summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Declare all functions static for proper isolation.mod_lookup_identity-0.8Jan Pazdziora2014-01-142-12/+15
|
* When LookupUserAttr is configured and no LookupUserAttrIter is, segfault ↵mod_lookup_identity-0.7.1Jakub Hrozek2013-11-212-2/+7
| | | | | | would happen. Avoid setting seen values when it is uninitialized.
* Update .spec for version 0.7.mod_lookup_identity-0.7Jan Pazdziora2013-11-191-1/+5
|
* Allow lookup_identity_hook to be called from other modules.Jan Pazdziora2013-11-191-0/+4
|
* Debug/info logging.Jan Pazdziora2013-11-191-10/+14
|
* Fixing typos.Jan Pazdziora2013-11-181-2/+2
|
* Updating .spec.mod_lookup_identity-0.6Jan Pazdziora2013-11-181-1/+11
|
* Use GetUserGroups for group lists and support new GetUserAttr signature. ↵Jan Pazdziora2013-11-183-200/+485
| | | | Added LookupUserGroupsIter and removed LookupOutputGroupsSeparator.
* Fixing typo.Jan Pazdziora2013-11-141-1/+1
|
* Purging trailing tab.Jan Pazdziora2013-11-141-1/+1
|
* Adding a .spec file.mod_lookup_identity-0.5Jan Pazdziora2013-10-281-0/+62
|
* Apache License, Version 2.0.Jan Pazdziora2013-10-282-0/+33
|
* Example configuration file for lookup of email and first and last names (IPA ↵Jan Pazdziora2013-10-281-0/+9
| | | | schema).
* Replacing sss_lookup_user_get_attr with dbus call.Jan Pazdziora2013-10-282-20/+87
| | | | | | | | | Implementing the equivalent of dbus-send --print-reply --system \ --dest=org.freedesktop.sssd.infopipe \ /org/freedesktop/sssd/infopipe \ org.freedesktop.sssd.infopipe.GetUserAttr \ string:$USER string:$ATTRIBUTE
* Make the LookupUserAttr functionality compile-time conditional.Jan Pazdziora2013-08-132-0/+20
|
* Add LookupUserAttr and call to sss_lookup_user_get_attr.Jan Pazdziora2013-08-132-2/+71
|
* Use apr_strdup instead of the manual strcpy.Jan Pazdziora2013-08-131-8/+4
|
* Default the group separator to colon instead of space.Jan Pazdziora2013-07-252-3/+3
| | | | | | Simo mentions that the safe character to use to separate a list is ':' as it cannot be used in /etc/group and is an invalid char in AD.
* Apache module mod_lookup_identity.Jan Pazdziora2013-07-243-0/+481