From 901ce99dde3ec7e63d5799e0120b34e672770f8d Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 5 Jul 2001 20:33:15 +0000 Subject: [PATCH] added a comment to rdn_validate: needs to be rewritten according to dn_validate --- servers/slapd/dn.c | 3 +++ 1 file changed, 3 insertions(+) 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 ) -- 2.39.5