|
NAMEslapo-smbk5pwd - Samba & Kerberos password sync overlay to slapdSYNOPSISETCDIR/slapd.confinclude <path to>/krb5-kdc.schema include <path to>/samba.schema moduleload smbk5pwd.so ... database mdb ... overlay smbk5pwd DESCRIPTIONThe smbk5pwd overlay to slapd(8) overloads the Password Modify Extended Operation (RFC 3062) to update Kerberos keys and Samba password hashes for an LDAP user, as well as updating password change related attributes for Kerberos, Samba and/or UNIX user accounts.The Samba support is written using the Samba 3.0 LDAP schema; Kerberos support is written for Heimdal using its hdb-ldap backend. Additionally, a new {K5KEY} password hash mechanism is provided. For krb5KDCEntry objects that have this scheme specifier in their userPassword attribute, Simple Binds will be checked against the Kerberos keys of the entry. No data is needed after the {K5KEY} scheme specifier in the userPassword, it is looked up from the entry directly. CONFIGURATIONThe smbk5pwd overlay supports the following slapd.conf configuration options, which should appear after the overlay directive:
By default all modules compiled in are enabled. Setting the config statement restricts the enabled modules to the ones explicitly mentioned.
Alternatively, the overlay supports table-driven configuration, and thus can be run-time loaded and configured via back-config. EXAMPLEThe layout of a slapd.d based, table-driven configuration entry looks like:# {0}smbk5pwd, {1}mdb, config dn: olcOverlay={0}smbk5pwd,olcDatabase={1}mdb,cn=config objectClass: olcOverlayConfig objectClass: olcSmbK5PwdConfig olcOverlay: {0}smbk5pwd olcSmbK5PwdEnable: krb5 olcSmbK5PwdEnable: samba olcSmbK5PwdMustChange: 2592000 which enables both krb5 and samba modules with a Samba password expiration time of 30 days (= 2592000 seconds). SEE ALSOslapd.conf(5), ldappasswd(1), ldap(3),"OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/) ACKNOWLEDGEMENTSThis manual page has been written by Peter Marschall based on the module's README file written by Howard Chu.OpenLDAP is developed and maintained by The OpenLDAP Project (http://www.openldap.org/). OpenLDAP is derived from University of Michigan LDAP 3.3 Release.
Visit the GSP FreeBSD Man Page Interface. |