Lines Matching refs:suffix

155 Sorry, suffix ${LDAP_SUFFIX} is not suitable for Base DN ${LDAP_BASEDN}
167 Sorry, there is no suffix mapping for ${LDAP_SUFFIX},
188 ERROR: unable to create suffix ${LDAP_SUFFIX}
220 All intermediate entries up to suffix will be created on demand.
226 HELP - ldbm database is an internal database for storage of our suffix data.
466 an existing suffix.
975 BACKUP=no_ldap # backup suffix
1391 # Set base DN and check its suffix
1399 # suffix may need to be created, in that case get suffix from user
1405 # suffix is ok, break out of the base dn inquire loop
2980 # Add LDAP suffix preferences
3028 [ $DEBUG -eq 1 ] && ${ECHO} "testing LDAP suffix: ${cur_suffix}"
3036 0) # not a suffix, or suffix not activated; try next
3040 1) # suffix found; get database name
3043 *) # can not handle more than one database per suffix
3047 ${ECHO} " more than one database is used for one suffix."
3078 ${ECHO} "Invalid suffix (null suffix)"
3096 ${ECHO} "Invalid suffix ${LOWER_SUFFIX}"
3106 # Well, suffix does not exist, try to prepare create it ...
3115 # try to use id attr value of the suffix as a database name
3168 # Check LDAP suffix
3170 [ $DEBUG -eq 1 ] && ${ECHO} " LDAP suffix ... OK"
3186 # prepare for the suffix entry creation
3188 # input : LDAP_BASEDN, LDAP_SUFFIX - base dn and suffix;
3190 # output : NEED_CREATE_BACKEND - backend for this suffix needs to be created;
3191 # _RDN, _ATT, _VAL - suffix's RDN, id attribute name and its value.
3198 # check whether suffix corresponds to base dn
3211 # find out an objectclass for suffix entry if it is not defined yet
3224 # find out an aci for suffix entry if it is not defined yet
3271 # check the suffix mapping tree ...
3272 # if mapping exists, suffix should work, otherwise DS inconsistent
3286 # no suffix mapping, just in case check ldbm backends consistency -
3290 -s one 'nsslapd-suffix=${LDAP_SUFFIX}' dn\" 2>/dev/null`" ] &&
3296 # ok, no suffix mapping, no ldbm database
3303 # prepare for the suffix backend creation
3350 # add suffix if needed,
3351 # suffix entry and backend MUST be prepared by
3356 # return : 0 - suffix successfully created, otherwise error occured
3380 nsslapd-suffix: ${LDAP_SUFFIX}
3410 # interactively get suffix and related info from a user
3417 # return : 0 - user gave a correct suffix
3418 # 1 - suffix given by user cann't be created
3426 get_ans "Enter suffix to be created (b=back/h=help):" ${LDAP_BASEDN}
3455 DEBUG: backend name for suffix ${LDAP_SUFFIX} will be ${IDS_DATABASE}
3467 # print out a script which sets LDAP suffix related preferences
3472 # LDAP suffix related preferences used only if needed
3485 # valid suffix to hold current base DN
3487 # 0: valid suffix found or new one should be created,
3527 # Now looking for relevant suffix for this entry.
3532 [ $DEBUG -eq 1 ] && ${ECHO} "final suffix list: ${LDAP_SUFFIX_LIST}"
3539 [ $DEBUG -eq 1 ] && ${ECHO} "testing suffix: ${suff}"
3548 # invalid suffix, try next one
3551 # valid suffix found
3564 ${ECHO} "Could not find a valid suffix for ${LDAP_BASEDN}."
3580 # return: 0: OK, suffix found
3581 # 1: suffix not determined
3593 [ $DEBUG -eq 1 ] && ${ECHO} "DEBUG: No suffix found in LDAP tree"
4783 # first, test that the suffix is valid
4787 ${ECHO} "Invalid suffix ${LOWER_SUFFIX}"
4792 # OK, suffix is valid, start working with LDAP_BASEDN
5289 # Add suffix together with its root entry (if needed)