mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Add a couple of FIXME comments
This commit is contained in:
parent
de903b65c9
commit
a78053ecfa
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue