From 95b3e2a97d8b81fd2a3e63fdfc372627a550cf2a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 3 Dec 2001 20:04:08 +0000 Subject: [PATCH] Minor cleanup --- libraries/libldap/getdn.c | 4 ++-- servers/slapd/schema/core.schema | 2 +- servers/slapd/schema/inetorgperson.schema | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/libldap/getdn.c b/libraries/libldap/getdn.c index f16c7ae206..3377475214 100644 --- a/libraries/libldap/getdn.c +++ b/libraries/libldap/getdn.c @@ -3045,7 +3045,7 @@ got_funcs: omitted, unless they are after an Organisation attribute or the first attribute is of type OrganisationalUnit. - * this should be the pedantic implementation. + * this should be the pedantic implementation. * * Here the standard implementation reflects * the one historically provided by OpenLDAP @@ -3187,7 +3187,7 @@ got_funcs: * * Example: * - * "cn=Bill+sn=Gates,ou=People,dc=microsoft,dc=com" + * "givenName=Bill+sn=Gates,ou=People,dc=microsoft,dc=com" * * will read * diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index d00e4d514b..f7a577a47b 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -525,7 +525,7 @@ objectclass ( 2.5.6.12 NAME 'applicationEntity' description ) ) objectclass ( 2.5.6.13 NAME 'dSA' - DESC 'RFC2256: a directory service agent (a server)' + DESC 'RFC2256: a directory system agent (a server)' SUP applicationEntity STRUCTURAL MAY knowledgeInformation ) diff --git a/servers/slapd/schema/inetorgperson.schema b/servers/slapd/schema/inetorgperson.schema index d1ce2ee6e5..237347cd32 100644 --- a/servers/slapd/schema/inetorgperson.schema +++ b/servers/slapd/schema/inetorgperson.schema @@ -74,7 +74,7 @@ attributetype ( 2.16.840.1.113730.3.1.4 # Internet X.500 pilots but no referencable definition for it could be # located. attributetype ( 0.9.2342.19200300.100.1.60 - NAME 'jpegPhoto' + NAME 'RFC2798: jpegPhoto' DESC 'a JPEG image' SYNTAX 1.3.6.1.4.1.1466.115.121.1.28 ) -- 2.39.5