mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
744dddd75b
them as a hook on ldb modify, via a module. This should allow the secrets.ldb to be edited by the admin, and to have things update in the on-disk keytab just as an in-memory keytab would. This isn't really a dsdb plugin, but I don't have any other good ideas about where to put it. Andrew Bartlett (This used to be commit 6ce557a1aff4754d2622be8f1c6695d9ee788d54)
16 lines
309 B
Plaintext
16 lines
309 B
Plaintext
dn: @INDEXLIST
|
|
@IDXATTR: cn
|
|
@IDXATTR: flatname
|
|
@IDXATTR: realm
|
|
|
|
dn: @ATTRIBUTES
|
|
realm: CASE_INSENSITIVE
|
|
flatname: CASE_INSENSITIVE
|
|
sAMAccountName: CASE_INSENSITIVE
|
|
|
|
#Add modules to the list to activate them by default
|
|
#beware often order is important
|
|
dn: @MODULES
|
|
@LIST: update_keytab,operational,objectguid
|
|
|