mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
401ba9c9cf
This makes getting the module order correct, the obligation of Samba4 developers, and not system administrators. In particular, once an ldb is updated to use only the 'samba_dsdb' module, no further changes to the ldb should be required when upgrading to later Samba4 versions. (thanks to metze for the suggestion of samba_dsdb as a long-term stable name for the module) Andrew Bartlett
30 lines
764 B
Plaintext
30 lines
764 B
Plaintext
dn: @KLUDGEACL
|
|
passwordAttribute: clearTextPassword
|
|
passwordAttribute: userPassword
|
|
passwordAttribute: ntPwdHash
|
|
passwordAttribute: sambaNTPwdHistory
|
|
passwordAttribute: lmPwdHash
|
|
passwordAttribute: sambaLMPwdHistory
|
|
passwordAttribute: krb5key
|
|
passwordAttribute: dBCSPwd
|
|
passwordAttribute: unicodePwd
|
|
passwordAttribute: ntPwdHistory
|
|
passwordAttribute: lmPwdHistory
|
|
passwordAttribute: supplementalCredentials
|
|
passwordAttribute: priorValue
|
|
passwordAttribute: currentValue
|
|
passwordAttribute: trustAuthOutgoing
|
|
passwordAttribute: trustAuthIncoming
|
|
passwordAttribute: initialAuthOutgoing
|
|
passwordAttribute: initialAuthIncoming
|
|
|
|
dn: @OPTIONS
|
|
checkBaseOnSearch: TRUE
|
|
|
|
dn: @SAMBA_DSDB
|
|
backendType: ${BACKEND_TYPE}
|
|
serverRole: ${SERVER_ROLE}
|
|
|
|
dn: @MODULES
|
|
@LIST: samba_dsdb
|