From ad8b9266ae0e7042d14b117476ae11cbd2759318 Mon Sep 17 00:00:00 2001 From: William Brown Date: Mar 10 2020 23:20:56 +0000 Subject: Ticket 50945 - givenname alias of gn from openldap Bug Description: openldap supplies a different givenname definition in schema. Fix Description: Add gn as an alias to givenname https://pagure.io/389-ds-base/issue/50945 Author: William Brown Review by: ??? --- diff --git a/ldap/schema/00core.ldif b/ldap/schema/00core.ldif index 87f1463..2bba414 100644 --- a/ldap/schema/00core.ldif +++ b/ldap/schema/00core.ldif @@ -395,7 +395,7 @@ attributeTypes: ( 2.5.4.44 NAME 'generationQualifier' # ################################################################################ # -attributeTypes: ( 2.5.4.42 NAME 'givenName' +attributeTypes: ( 2.5.4.42 NAME ( 'givenName' 'gn' ) SUP name X-ORIGIN 'RFC 4519' ) #