version 1.10, 1999/07/22 15:14:43
|
version 1.11, 1999/07/24 00:12:42
|
Line 91 root_dse_info( Connection *conn, Operati
|
Line 91 root_dse_info( Connection *conn, Operati
|
for ( i=0; supportedSASLMechanisms[i] != NULL; i++ ) { |
for ( i=0; supportedSASLMechanisms[i] != NULL; i++ ) { |
val.bv_val = supportedSASLMechanisms[i]; |
val.bv_val = supportedSASLMechanisms[i]; |
val.bv_len = strlen( val.bv_val ); |
val.bv_len = strlen( val.bv_val ); |
attr_merge( e, "supportedSASLMechanism", vals ); |
attr_merge( e, "supportedSASLMechanisms", vals ); |
} |
} |
|
|
if ( default_referral != NULL ) { |
if ( default_referral != NULL ) { |
Line 99 root_dse_info( Connection *conn, Operati
|
Line 99 root_dse_info( Connection *conn, Operati
|
} |
} |
|
|
send_search_entry( &backends[0], conn, op, |
send_search_entry( &backends[0], conn, op, |
e, attrs, attrsonly, 1, NULL ); |
e, attrs, attrsonly, 0, NULL ); |
send_search_result( conn, op, LDAP_SUCCESS, |
send_search_result( conn, op, LDAP_SUCCESS, |
NULL, NULL, NULL, NULL, 1 ); |
NULL, NULL, NULL, NULL, 1 ); |
|
|