mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
ITS#1636 fix
This commit is contained in:
parent
c02f448a16
commit
2f7858044e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue