Hi,
the source tarball of pam_ldap contains a nice man page that doesn't get
installed by
the ebuild. I only checked the version 180, but others should contain it too.
The fix is rather trivial:
--- pam_ldap-180.ebuild 2005-09-04 01:36:01.000000000 +0200
+++ pam_ldap-180-r1.ebuild 2005-09-13 01:57:16.000000000 +0200
@@ -36,6 +36,8 @@
exeinto /lib/security
doexe pam_ldap.so
+ doman pam_ldap.5
+
dodoc pam.conf ldap.conf ldapns.schema chsh chfn certutil
dodoc ChangeLog CVSVersionInfo.txt README AUTHORS ns-pwd-policy.schema
docinto pam.d
Please apply.
Thanks
Frank Benkstein.