Searched refs:ldop_suffixes (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/shell-backends/
H A Dpasswd-shell.c150 if ( strchr( op->ldop_suffixes[ 0 ], '=' ) != NULL ) {
154 i = snprintf( tmpbuf, sizeof( tmpbuf ), "cn=%s, %s", pw->pw_name, op->ldop_suffixes[ 0 ] );
159 i = snprintf( tmpbuf, sizeof( tmpbuf ), "%s@%s", pw->pw_name, op->ldop_suffixes[ 0 ] );
H A Dshellutil.h72 char **ldop_suffixes; member in struct:ldop
H A Dshellutil.c182 add_strval( &op->ldop_suffixes, args );
240 if ( op->ldop_suffixes == NULL || op->ldop_dn == NULL ||
371 if ( op->ldop_suffixes == NULL ) {
375 for ( i = 0; op->ldop_suffixes[ i ] != NULL; ++i ) {
376 debug_printf( " suffix: <%s>\n", op->ldop_suffixes[ i ] );

Completed in 77 milliseconds