2006/10/29, Kent Nasveschuk <[EMAIL PROTECTED]>:
Hello, I'm trying to get heimdal work with openldap and having some problems. Here is some info about my system and what I have tried so far: .... slapd.conf has: access to * by sockurl="^ldapi:///$" write
The problem is that when howto you've used were writted, "sockurl=" defaulted to "sockurl.regex=", and now it defaults to "sockrurl.exact=". So use either: by sockurl.exact="ldapi:///" write or by sockurl.regex="^ldapi:///$" write But better use solution suggested by Howard Chu. -- Zaar
