OpenLDAP has a problem importing kerberos.ldif

Issues related to applications and software problems
Post Reply
CosmeFC
Posts: 1
Joined: 2018/12/08 22:11:32

OpenLDAP has a problem importing kerberos.ldif

Post by CosmeFC » 2018/12/09 01:30:29

Hi,

I am creating a script for easy OpenLDAP installation and configuration process.
There is a problem with kerberos.ldif:

[root@vtedu01h LDAP]# ldapadd -v -Y EXTERNAL -H ldapi:/// -f /usr/share/doc/krb5-server-ldap-1.15.1/kerberos.ldif
ldap_initialize( ldapi:///??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0
add attributetypes:
( 2.16.840.1.113719.1.301.4.1.1 NAME 'krbPrincipalName' EQUALITY caseExactIA5Match SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
modifying entry "cn=schema"
ldap_modify: Invalid syntax (21)
additional info: attributetypes: value #0 invalid per syntax

[root@vtedu01h LDAP]#


It worked with an older version of radius.ldif.

Is this information useful for anyone?

Post Reply