aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-05-13 15:44:25 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-05-13 15:44:25 +0300
commit6a9ed003b21b18306287ba2d6e56e8df10fc2fdf (patch)
tree08acdfb59a7951ff3817a32ad3101465d0b2243e
parent00c1786bc21c86dacf39769868cd6d362950bb2b (diff)
downloadpam-modules-6a9ed003b21b18306287ba2d6e56e8df10fc2fdf.tar.gz
pam-modules-6a9ed003b21b18306287ba2d6e56e8df10fc2fdf.tar.bz2
Add a placeholder for pam_ldaphome documentation.
-rw-r--r--doc/pam-modules.texi69
1 files changed, 69 insertions, 0 deletions
diff --git a/doc/pam-modules.texi b/doc/pam-modules.texi
index d0ee8db..79adf14 100644
--- a/doc/pam-modules.texi
+++ b/doc/pam-modules.texi
@@ -31,6 +31,8 @@
session management.
* pam_log: (pam-modules)log. Format and log arbitrary
messages to syslog.
+* pam_ldaphome (pam-modules)ldaphome Maintain home directories and
+ SSH keys od LDAP users.
* pamck: (pam-modules)pamck. Verify PAM Access.
@end direntry
@end ifinfo
@@ -90,6 +92,7 @@ Individual modules
expression.
* log:: Log arbitrary messages to syslog.
* sql:: Modules for SQL authentication and session management.
+* ldaphome:: Maintain home directories and SSH keys of LDAP users.
* Reporting Bugs:: How to Report a Bug.
@@ -837,6 +840,72 @@ not the first in the stack of authentication modules.
* sql summary:: Summary of configuration statements.
@end menu
+@node ldaphome
+@chapter pam_ldaphome
+@c Maintain home directories and SSH keys of LDAP users.
+@set MODULE pam_ldaphome
+@UNREVISED
+
+@table @option
+@opindex config, @command{pam_ldaphome} option
+@item config=@var{file}
+ Read configuration from @var{file}. Default is
+@file{pam_ldaphome.conf} in @var{sysconfdir}.
+@end table
+
+@deffn {pam_ldaphome config} skel dir
+@FIXME{}
+@end deffn
+
+@deffn {pam_ldaphome config} uri arg
+@FIXME{}
+@example
+uri ldap://127.0.0.1/
+@end example
+@end deffn
+
+@deffn {pam_ldaphome config} base dn
+@FIXME{}
+@example
+base dc=gnu,dc=org,dc=ua
+@end example
+@end deffn
+
+@deffn {pam_ldaphome config} binddn dn
+@FIXME{}
+@example
+binddn cn=Manager,dc=gnu,dc=org,dc=ua
+@end example
+@end deffn
+
+@deffn {pam_ldaphome config} bindpw secret
+@FIXME{}
+@end deffn
+
+@deffn {pam_ldaphome config} tls bool
+@FIXME{}
+@end deffn
+
+@deffn {pam_ldaphome config} min-uid n
+@FIXME{}
+@end deffn
+
+@deffn {pam_ldaphome config} min-gid n
+@FIXME{}
+@end deffn
+
+@deffn {pam_ldaphome config} allow-groups group [group...]
+@FIXME{}
+@end deffn
+
+@deffn {pam_ldaphome config} filter text
+@FIXME{}
+@end deffn
+
+@deffn {pam_ldaphome config} pubkey-attr text
+@FIXME{}
+@end deffn
+
@node config
@section Configuration File.
@cindex configuration file, @command{pam_pgsql}

Return to:

Send suggestions and report system problems to the System administrator.