added a comment to rdn_validate: needs to be rewritten according to dn_validate

This commit is contained in:
Pierangelo Masarati 2001-07-05 20:33:15 +00:00
parent cd74b62fd2
commit 901ce99dde

View file

@ -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 )