diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-08-11 11:08:05 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-08-11 11:08:05 +0200 |
commit | e96338bf2b9ff6767a54c6127cdda34591b98c0d (patch) | |
tree | b8942a5f58e1f8e47c0fa4074b2039a02656a981 /source4 | |
parent | c7e21907b4a620cf9646648f6f68cdb94ab5b590 (diff) | |
download | samba-e96338bf2b9ff6767a54c6127cdda34591b98c0d.tar.gz samba-e96338bf2b9ff6767a54c6127cdda34591b98c0d.tar.bz2 samba-e96338bf2b9ff6767a54c6127cdda34591b98c0d.zip |
s4:operational - Remove some outdated comments
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/operational.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/operational.c b/source4/dsdb/samdb/ldb_modules/operational.c index 9cbe1db070..7e3aec41e9 100644 --- a/source4/dsdb/samdb/ldb_modules/operational.c +++ b/source4/dsdb/samdb/ldb_modules/operational.c @@ -49,23 +49,11 @@ on modify we need to change whenChanged - - subschemaSubentry: HIDDEN, not-searchable, - points at DN CN=Aggregate,$SCHEMADN - - for this one we do the search as normal, then add the static - value if requested. How do we work out the $BASEDN from inside a - module? - structuralObjectClass: HIDDEN, CONSTRUCTED, not-searchable. always same as objectclass? for this one we do the search as normal, then if requested ask for objectclass, change the attribute name, and add it - allowedAttributesEffective: HIDDEN, CONSTRUCTED, not-searchable, - - list of attributes that can be modified - requires schema lookup - primaryGroupToken: HIDDEN, CONSTRUCTED, SEARCHABLE contains the RID of a certain group object |