diff options
author | Simon Rettberg | 2017-12-13 17:11:26 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-12-13 17:11:26 +0100 |
commit | 9155c7d6c4c7cbd47bda3ee51c475a572e3c49d8 (patch) | |
tree | 93117476aaaaa52f94569ea95a3996d2fee39fed /data | |
parent | Update for WS17/18 (systemctl, rebootctl) (diff) | |
download | tmlite-bwlp-9155c7d6c4c7cbd47bda3ee51c475a572e3c49d8.tar.gz tmlite-bwlp-9155c7d6c4c7cbd47bda3ee51c475a572e3c49d8.tar.xz tmlite-bwlp-9155c7d6c4c7cbd47bda3ee51c475a572e3c49d8.zip |
sssd.conf: Remap email and upn so our proxy will know what to do
Diffstat (limited to 'data')
-rw-r--r-- | data/ad/sssd.conf.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/ad/sssd.conf.template b/data/ad/sssd.conf.template index 93dbc3f..ce87799 100644 --- a/data/ad/sssd.conf.template +++ b/data/ad/sssd.conf.template @@ -14,5 +14,7 @@ ldap_tls_cacert = %CACERT% ldap_schema = rfc2307 ldap_uri = %URI% ldap_search_base = %SEARCHBASE% +ldap_user_email = bogusFieldName42 +ldap_user_principal = bogusFieldName43 cache_credentials = true |