mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#1636 fix
This commit is contained in:
parent
c02f448a16
commit
2f7858044e
@ -225,7 +225,7 @@ int slap_sasl_getdn( Connection *conn, char *id,
|
||||
p = slap_strcopy( p, c1 );
|
||||
ch_free( c1 );
|
||||
|
||||
if( user_realm ) {
|
||||
if( user_realm && *user_realm ) {
|
||||
p = slap_strcopy( p, ",cn=" );
|
||||
p = slap_strcopy( p, user_realm );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user