msp3k is correct. The bug is in autofs-ldap, not in slapd. slapd is
correct to reject "caseExactMatch" since the attribute syntax is IA5
String. The correct fix is what msp3k said, fix the matching rule to be
caseExactIA5Match like it was in the old one.


--- /etc/ldap/schema/autofs.schema      2020-08-14 15:50:36.678109301 +0000
+++ /etc/ldap/schema/autofs.schema      2020-08-14 15:50:46.506246431 +0000
@@ -10,7 +10,7 @@

 attributetype ( 1.3.6.1.4.1.2312.4.1.2 NAME 'automountInformation'
        DESC 'Information used by the autofs automounter'
-       EQUALITY caseExactMatch
+       EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )

 objectclass ( 1.3.6.1.4.1.2312.4.2.3 NAME 'automount' SUP top
STRUCTURAL

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891548

Title:
  autofs-ldap's /etc/ldap/schema/autofs.schema crashes slapd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1891548/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to