diff options
-rw-r--r-- | nslcd.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2,7 +2,7 @@ nslcd.h - file describing client/server protocol Copyright (C) 2006 West Consulting - Copyright (C) 2006, 2007, 2009, 2010 Arthur de Jong + Copyright (C) 2006, 2007, 2009, 2010, 2011 Arthur de Jong This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -187,7 +187,10 @@ STRING service name all requests, except the SESSION requests start the result value with: STRING user name (cannonical name) - STRING DN (can be used to speed up requests) */ + STRING DN (can be used to speed up requests) + Some functions may return an authorisation message. This message, if + supplied will be used by the PAM module instead of a message that is + generated by the PAM module itself. */ /* PAM authentication check request. The extra request values are: STRING password |