mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#2509 add missing arg for dnNormalize
This commit is contained in:
parent
b7351c66bc
commit
ae9e88a78a
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ pw2entry( Backend *be, struct passwd *pw, const char **text )
|
|||
sprintf( vals[0].bv_val, "uid=%s,%s",
|
||||
pw->pw_name, be->be_suffix[0].bv_val );
|
||||
|
||||
rc = dnNormalize( 0, NULL, NULL, vals, &bv );
|
||||
rc = dnNormalize( 0, NULL, NULL, vals, &bv, NULL );
|
||||
if( rc != LDAP_SUCCESS ) {
|
||||
free( vals[0].bv_val );
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue