diff options
author | Simon Rettberg | 2018-03-09 14:45:24 +0100 |
---|---|---|
committer | Simon Rettberg | 2018-03-09 14:45:24 +0100 |
commit | b7f48edc23f92f8ab1bd2c7d35a223e496b3ae96 (patch) | |
tree | 12b1507d8e0ab8b43f5c48f1388fd850e0e756cd | |
parent | [pam-slx-plug] fix variable naming issues/mismatch (diff) | |
download | mltk-b7f48edc23f92f8ab1bd2c7d35a223e496b3ae96.tar.gz mltk-b7f48edc23f92f8ab1bd2c7d35a223e496b3ae96.tar.xz mltk-b7f48edc23f92f8ab1bd2c7d35a223e496b3ae96.zip |
[pam-slx-plug] Fix typo in sssd.conf template
-rwxr-xr-x | core/modules/pam-slx-plug/data/opt/openslx/pam/systemd/create-pam-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/pam-slx-plug/data/opt/openslx/pam/systemd/create-pam-config b/core/modules/pam-slx-plug/data/opt/openslx/pam/systemd/create-pam-config index 67e4d4d1..c28ed125 100755 --- a/core/modules/pam-slx-plug/data/opt/openslx/pam/systemd/create-pam-config +++ b/core/modules/pam-slx-plug/data/opt/openslx/pam/systemd/create-pam-config @@ -50,7 +50,7 @@ write_sssd_config() { [domain/dom$ok] id_provider = ldap auth_provider = ldap - ldap_schema = rtf2307 + ldap_schema = rfc2307 ldap_user_email = bogusFieldName42 ldap_user_principal = bogusFieldName43 cache_credentials = true |