diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-10-12 07:57:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:39:42 -0500 |
commit | 35720734911169acde6bf9f2c9a1f83336744f6f (patch) | |
tree | e4cf15f0d3e55b921ba02ea3ea499b1df890af36 /source4/setup | |
parent | 49cc13a8f0fbc4f68e14720b733329ce45135cec (diff) | |
download | samba-35720734911169acde6bf9f2c9a1f83336744f6f.tar.gz samba-35720734911169acde6bf9f2c9a1f83336744f6f.tar.bz2 samba-35720734911169acde6bf9f2c9a1f83336744f6f.zip |
r10916: - finished the 'operational' ldb module
- removed the timestamps module, replacing it with the operational module
- added a ldb_msg_copy_shallow() function which should be used when a module
wants to add new elements to a message on add/modify. This is needed
because the caller might be using a constant structure, or may want to
re-use the structure again
- enabled the UTC time attribute syntaxes in the operational module
(This used to be commit 61e8b010223ac6a0573185008f3719ba29574688)
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision_init.ldif | 2 | ||||
-rw-r--r-- | source4/setup/rootdse.ldif | 2 | ||||
-rw-r--r-- | source4/setup/secrets.ldif | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source4/setup/provision_init.ldif b/source4/setup/provision_init.ldif index 976645e0e7..a0cbb6ad7a 100644 --- a/source4/setup/provision_init.ldif +++ b/source4/setup/provision_init.ldif @@ -48,5 +48,5 @@ template: groupTemplate #Add modules to the list to activate them by default #beware often order is important dn: @MODULES -@LIST: samldb,timestamps,objectguid,rdn_name +@LIST: samldb,operational,objectguid,rdn_name diff --git a/source4/setup/rootdse.ldif b/source4/setup/rootdse.ldif index 534249859a..6c74b5d631 100644 --- a/source4/setup/rootdse.ldif +++ b/source4/setup/rootdse.ldif @@ -7,7 +7,7 @@ modifyTimestamp: HIDDEN dn: @SUBCLASSES dn: @MODULES -@MODULE: timestamps +@MODULE: operational dn: cn=rootDSE currentTime: _DYNAMIC_ diff --git a/source4/setup/secrets.ldif b/source4/setup/secrets.ldif index 9ba095290e..3dcb82dbdd 100644 --- a/source4/setup/secrets.ldif +++ b/source4/setup/secrets.ldif @@ -11,7 +11,7 @@ sAMAccountName: CASE_INSENSITIVE #Add modules to the list to activate them by default #beware often order is important dn: @MODULES -@LIST: timestamps +@LIST: operational dn: CN=LSA Secrets objectClass: top |