Zum Inhalt springen

Benutzer:Philip/Kerberos and LDAP: Unterschied zwischen den Versionen

Philip (Diskussion | Beiträge)
Philip (Diskussion | Beiträge)
Zeile 87: Zeile 87:
===setup SASL<->LDAP user mapping===
===setup SASL<->LDAP user mapping===
* now, depending on your ldap setup, add something along the lines of
* now, depending on your ldap setup, add something along the lines of
  saslRegexp    uid=(.*),cn=(.*),cn=gssapi,cn=auth ldap:///ou=Users,o=organisation,c=org?sub?uid=$1
  saslRegexp    uid=(.*),cn=<realm>,cn=gssapi,cn=auth ldap:///ou=Users,o=organisation,c=org?sub?uid=$1


: or
: or
  saslRegexp    uid=(.*),cn=<realm>,cn=gssapi,cn=auth ldap:///ou=Users,o=$2,c=org?sub?uid=$1
  saslRegexp    uid=(.*),cn=(.*),cn=gssapi,cn=auth ldap:///ou=Users,o=$2,c=org?sub?uid=$1


: depending on if you want to authenticate against more than one realm.
: depending on if you want to authenticate against more than one realm.