mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
added a comment to rdn_validate: needs to be rewritten according to dn_validate
This commit is contained in:
parent
cd74b62fd2
commit
901ce99dde
1 changed files with 3 additions and 0 deletions
|
|
@ -490,6 +490,9 @@ rdn_attr_value( const char * rdn )
|
|||
*
|
||||
* 1 if rdn is a legal rdn;
|
||||
* 0 otherwise (including a sequence of rdns)
|
||||
*
|
||||
* note: got it from dn_rdn; it should be rewritten
|
||||
* according to dn_validate
|
||||
*/
|
||||
int
|
||||
rdn_validate( const char * rdn )
|
||||
|
|
|
|||
Loading…
Reference in a new issue