From: Pierangelo Masarati Date: Thu, 5 Jul 2001 20:33:15 +0000 (+0000) Subject: added a comment to rdn_validate: needs to be rewritten according to dn_validate X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1268 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=901ce99dde3ec7e63d5799e0120b34e672770f8d;p=openldap added a comment to rdn_validate: needs to be rewritten according to dn_validate --- diff --git a/servers/slapd/dn.c b/servers/slapd/dn.c index 1cf7b42c53..b180ae1b45 100644 --- a/servers/slapd/dn.c +++ b/servers/slapd/dn.c @@ -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 )