diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-04-03 08:14:42 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-04-03 08:14:42 +1100 |
commit | 1a17fcdf66262d4db6cc3fbc2844560227c4a0ab (patch) | |
tree | 3e7c65015b23a8d3fa626d7836054971d72b4c3f /source4 | |
parent | a6a29682e5ee3a2ed0ca37e0ca5435a2fac0eec0 (diff) | |
download | samba-1a17fcdf66262d4db6cc3fbc2844560227c4a0ab.tar.gz samba-1a17fcdf66262d4db6cc3fbc2844560227c4a0ab.tar.bz2 samba-1a17fcdf66262d4db6cc3fbc2844560227c4a0ab.zip |
Add parentGUID as an allowed attribute in samba4Top
This is required to get provision against OpenLDAP working again
Diffstat (limited to 'source4')
-rw-r--r-- | source4/setup/schema_samba4.ldif | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/setup/schema_samba4.ldif b/source4/setup/schema_samba4.ldif index 47010da637..292ec884ba 100644 --- a/source4/setup/schema_samba4.ldif +++ b/source4/setup/schema_samba4.ldif @@ -285,6 +285,7 @@ systemMayContain: replUpToDateVector systemMayContain: replPropertyMetaData systemMayContain: name systemMayContain: queryPolicyBL +systemMayContain: parentGUID systemMayContain: proxyAddresses systemMayContain: proxiedObjectName systemMayContain: possibleInferiors |