mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Add a couple of FIXME comments
This commit is contained in:
parent
de903b65c9
commit
a78053ecfa
@ -791,6 +791,7 @@ nameUIDValidate(
|
||||
dn->bv_val[i-2] = '\0';
|
||||
}
|
||||
|
||||
/* FIXME: should use dnValidate */
|
||||
rc = dn_validate( dn->bv_val ) == NULL
|
||||
? LDAP_INVALID_SYNTAX : LDAP_SUCCESS;
|
||||
|
||||
@ -826,6 +827,7 @@ nameUIDNormalize(
|
||||
*uid = '\0';
|
||||
}
|
||||
|
||||
/* FIXME: should use dnNormalize */
|
||||
#ifdef USE_DN_NORMALIZE
|
||||
dn = dn_normalize( out->bv_val );
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user