Question about LDAP backend
Oliver Loch
o.loch at gmx.net
Tue Jul 24 12:09:05 EDT 2012
Hi,
you have to map the local UID to the corresponding ldap-user.
Turn on OpenLDAP's debugging, "slapd -d ?" will help, and check the logs for auth requests.
When you see the local system user's uid you can map that to any LDAP user via the authz-regexp rules.
Read about the authz-* options in OpenLDAP's manual page of "slapd.conf".
KR,
Oliver
Am 24.07.2012 um 17:56 schrieb Javier Palacios:
> Hello,
>
> I'm trying to setup a krb5 server with openldap backend. According to
> documentation seems that ldapi is a valid method to connect, but I'm not
> able to create the database.
>
> Trying to use
> kdb5_ldap_util -H ldapi:/// create -r DOMAIN.LOCAL -s
> gives an 'LDAP bind dn value missing' error, although ldapi is working
> correctly.
>
> Is there any special setup required to use ldapi ??
>
> Javier Palacios
>
> P.S. : I'm using a CentOS 5.8 machine
> ________________________________________________
> Kerberos mailing list Kerberos at mit.edu
> https://mailman.mit.edu/mailman/listinfo/kerberos
More information about the Kerberos
mailing list