Added GSSAPI Authentication.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
dn: cn=config
|
||||
changetype: modify
|
||||
replace: olcSaslHost
|
||||
olcSaslHost: {{ sasl_host }}
|
||||
-
|
||||
replace: olcSaslRealm
|
||||
olcSaslRealm: {{ krb5_realm }}
|
||||
-
|
||||
replace: olcAuthzRegexp
|
||||
olcAuthzRegexp: {0}uid=([^/]+)/admin,cn={{ krb5_realm | lower }},cn=gssapi,cn=auth cn=admin,{{ base_dn }}
|
||||
olcAuthzRegexp: {1}uid=([^,]+),cn={{ krb5_realm | lower }},cn=gssapi,cn=auth uid=$1,ou=users,{{ base_dn }}
|
||||
Reference in New Issue
Block a user