~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to source4/setup/provision_schema_basedn_modify.ldif

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###############################
 
2
# Schema Naming Context
 
3
###############################
 
4
dn: ${SCHEMADN}
 
5
changetype: modify
 
6
replace: fSMORoleOwner
 
7
fSMORoleOwner: CN=NTDS Settings,${SERVERDN}
 
8
-
 
9
replace: objectVersion
 
10
objectVersion: 30
 
11
-
 
12
replace: prefixMap
 
13
prefixMap:: ${PREFIXMAP_B64}
 
14