]> git.sur5r.net Git - openldap/commitdiff
added a comment to rdn_validate: needs to be rewritten according to dn_validate
authorPierangelo Masarati <ando@openldap.org>
Thu, 5 Jul 2001 20:33:15 +0000 (20:33 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 5 Jul 2001 20:33:15 +0000 (20:33 +0000)
servers/slapd/dn.c

index 1cf7b42c532bff4d57fdddfe038ae15cdf63602a..b180ae1b45911b8fa259348bd74b566ef7fc8a0b 100644 (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 )