diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-15 15:44:19 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-16 14:06:54 -0400 |
commit | f9edb7898c70adb2deccb03134184661a26ca0cc (patch) | |
tree | 878af28665017b4c42a03e8a92f5728cc48a7627 /src | |
parent | d0a8981bce0c462bcd4b5db2900c0f29a40a41f0 (diff) | |
download | sssd-f9edb7898c70adb2deccb03134184661a26ca0cc.tar.gz sssd-f9edb7898c70adb2deccb03134184661a26ca0cc.tar.bz2 sssd-f9edb7898c70adb2deccb03134184661a26ca0cc.zip |
IPA: Allow service lookups
Diffstat (limited to 'src')
-rw-r--r-- | src/providers/ipa/ipa_id.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ipa/ipa_id.c b/src/providers/ipa/ipa_id.c index 7067f015..c3ec983e 100644 --- a/src/providers/ipa/ipa_id.c +++ b/src/providers/ipa/ipa_id.c @@ -80,6 +80,7 @@ void ipa_account_info_handler(struct be_req *breq) case BE_REQ_USER: /* user */ case BE_REQ_GROUP: /* group */ case BE_REQ_INITGROUPS: /* init groups for user */ + case BE_REQ_SERVICES: /* Services. Not natively supported by IPA */ return sdap_handle_account_info(breq, ctx); case BE_REQ_NETGROUP: |