diff --git a/roles/ipsilon/templates/sssd.conf b/roles/ipsilon/templates/sssd.conf index 211402fbff..58657c0b5d 100644 --- a/roles/ipsilon/templates/sssd.conf +++ b/roles/ipsilon/templates/sssd.conf @@ -16,7 +16,7 @@ subdomains_provider = ipa session_provider = ipa hostid_provider = ipa # Ipsilon needs these attributes to forward them to applications -ldap_user_extra_attrs = mail, street, locality, st, postalCode, telephoneNumber, givenname, sn, fasTimeZone, fasLocale, fasIRCNick, fasGPGKeyId, fasCreationTime, fasStatusNote, fasRHBZEmail, fasGitHubUsername, fasGitLabUsername, fasWebsiteURL, fasIsPrivate, ipaSshPubKey +ldap_user_extra_attrs = mail, street, locality, st, postalCode, telephoneNumber, givenname, sn, fasTimeZone, fasLocale, fasIRCNick, fasGPGKeyId, fasCreationTime, fasStatusNote, fasRHBZEmail, fasGitHubUsername, fasGitLabUsername, fasWebsiteURL, fasIsPrivate, fasPronoun, ipaSshPubKey [sssd] services = nss, pam, ssh, sudo, ifp @@ -39,7 +39,7 @@ homedir_substring = /home # Allow ipsilon to request user attributes allowed_uids = ipsilon, root # Ipsilon needs these attributes to forward them to applications -user_attributes = +mail, +street, +locality, +st, +postalCode, +telephoneNumber, +givenname, +sn, +fasTimeZone, +fasLocale, +fasIRCNick, +fasGPGKeyId, +fasCreationTime, +fasStatusNote, +fasRHBZEmail, +fasGitHubUsername, +fasGitLabUsername, +fasWebsiteURL, +fasIsPrivate, +ipaSshPubKey +user_attributes = +mail, +street, +locality, +st, +postalCode, +telephoneNumber, +givenname, +sn, +fasTimeZone, +fasLocale, +fasIRCNick, +fasGPGKeyId, +fasCreationTime, +fasStatusNote, +fasRHBZEmail, +fasGitHubUsername, +fasGitLabUsername, +fasWebsiteURL, +fasIsPrivate, +fasPronoun, +ipaSshPubKey [secrets]