#2586 user_attributes missing from ifp schema
Closed: Fixed None Opened 9 years ago by rcritten.

user_attributes is missing from the ifp schema section:

[ifp]
# InfoPipe responder
allowed_uids = str, None, false

This is causing python to blow up when trying to set it:

ifp = sssdconfig.get_service('ifp')
ifp.set_option('allowed_uids', 'apache, root')
ifp.set_option('user_attributes', '+' + ', +'.join(ATTRS))
Traceback (most recent call last):
...
SSSDConfig.NoOptionError: Section [ifp] has no option [user_attributes]

I'm trying to integrate mod_lookup_identity and ipsilon and this is needed to configure the attributes available. I need to be able to add this section and the option programmatically.

sssd-1.12.3-4.fc21.x86_64


Fields changed

patch: 0 => 1

milestone: NEEDS_TRIAGE => SSSD 1.12.4
resolution: => fixed
status: new => closed

Fields changed

changelog: => The admin is now able to set the user_attributes option with the python configAPI.

Fields changed

rhbz: => todo

Fields changed

rhbz: todo => 0

Metadata Update from @rcritten:
- Issue set to the milestone: SSSD 1.12.4

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/3627

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata