Lines Matching refs:suffix

235     suffix = synchronizedSuffixList[i]

236 dn = suffix.getSuffixDn()
237 id = suffix.getId()
238 list = suffix.getChangelogServerList()
268 # Define the function that writes a ldif file with the root suffix entry to add
269 # for a given suffix.
270 def write_replication_add_root_suffix_ldif_file(path, suffix):
274 equalChar = suffix.find('=')
275 commaChar = suffix.find(',')
277 commaChar = len(suffix)
278 rdnType = suffix[:equalChar].strip()
279 rdnValue = suffix[equalChar + 1 : commaChar].strip()
290 ldifLines.append('dn: %s' % suffix)
307 # under a given suffix.
308 def write_replication_add_single_ldif_file(path, suffix):
313 ldifLines.append('dn: uid=scarter,%s' % suffix)
345 # under a given suffix.
346 def write_replication_add_multiple_ldif_file(path, suffix):
350 ldifLines.append('dn: o=replication tests,%s' % suffix)
355 ldifLines.append('dn: ou=People,o=replication tests,%s' % suffix)
360 ldifLines.append('dn: ou=Groups, o=replication tests,%s' % suffix)
365 ldifLines.append('dn: cn=Directory Administrators, ou=Groups, o=replication tests,%s' % suffix)
370 ldifLines.append('uniquemember: uid=kvaughan, ou=People, o=replication tests,%s' % suffix)
371 ldifLines.append('uniquemember: uid=rdaugherty, ou=People, o=replication tests,%s' % suffix)
372 ldifLines.append('uniquemember: uid=hmiller, ou=People, o=replication tests,%s' % suffix)
374 ldifLines.append('dn: ou=Special Users,o=replication tests,%s' % suffix)
380 ldifLines.append('dn: uid=scarter,ou=People,o=replication tests,%s' % suffix)
410 # on an entry in a given suffix.
433 # on an entry in a given suffix.
461 # on an entry in a given suffix.