Skip to content

Commit f94197c

Browse files
authored
Merge pull request #1743 from jrafanie/add_manageiq_user_to_sssd_allowed_uids
Add manageiq user as allowed uid to the sssd.conf documentation
2 parents a6efee2 + 17fcee8 commit f94197c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auth/active_directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ include *domainname* for these attributes.
110110
111111
=> [ifp]
112112
=> default_domain_suffix = example.com
113-
=> allowed_uids = apache, root
113+
=> allowed_uids = apache, root, manageiq
114114
=> user_attributes = +mail, +givenname, +sn, +displayname, +domainname
115115
```
116116

auth/ldap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ include *domainname* for these attributes.
197197

198198
=> [ifp]
199199
=> default_domain_suffix = example.com
200-
=> allowed_uids = apache, root
200+
=> allowed_uids = apache, root, manageiq
201201
=> user_attributes = +mail, +givenname, +sn, +displayname, +domainname
202202

203203
#### Testing SSSD Updates

0 commit comments

Comments
 (0)