aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-08-01 21:07:27 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-08-01 21:14:22 +0300
commitd211d9ec0cf708b047a0fb0d4019a16a806bbf4c (patch)
treeecffe1e8c9939e794ca7fbfc066e28c0e2aff2aa /doc
parentf6cde78d9891ad9b07daf6f1b8a822a2a26a250c (diff)
downloadpam-modules-d211d9ec0cf708b047a0fb0d4019a16a806bbf4c.tar.gz
pam-modules-d211d9ec0cf708b047a0fb0d4019a16a806bbf4c.tar.bz2
Improve pam_ldaphome
New keywords: bindpwfile and keyfile-mode. * doc/pam-modules.texi: Document bindpwfile and keyfile-mode. * pam_ldaphome/pam_ldaphome.c (ldap_bind): Read password from file, if bindpwfile is given. (store_pubkeys): Optionally enforce file mode, given by the keyfile-mode configuration statement. * pamck/pamck.c (main): Fix a typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/pam-modules.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/pam-modules.texi b/doc/pam-modules.texi
index d263d57..e7b460f 100644
--- a/doc/pam-modules.texi
+++ b/doc/pam-modules.texi
@@ -1213,6 +1213,10 @@ If @code{binddn} statement is used, this statement supplies the
password for simple authentication.
@end deffn
+@deffn {pam_ldaphome config} bindpwfile file
+Read password for simple authentication from @var{file}.
+@end deffn
+
@deffn {pam_ldaphome config} tls val
Controls whether TLS is desired or required. If @var{val} is
@samp{no} (the default), TLS will not be used. If it is @samp{yes},
@@ -1259,6 +1263,10 @@ directory to the newly created home. The default size is 16384 bytes.
Sets the mode (octal) for the created user directories.
@end deffn
+@deffn {pam_ldaphome config} keyfile-mode mode
+Sets the mode (octal) for the created authorized keys file.
+@end deffn
+
@deffn {pam_ldaphome config} authorized_keys name
Sets the pathname (relative to the home directory) for the authorized
keys file. The default is @samp{.ssh/authorized_keys}. For normal

Return to:

Send suggestions and report system problems to the System administrator.