summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Typo fix.mod_lookup_identity-0.9.5Jan Pazdziora2016-01-201-1/+1
|
* Promote LookupUserGroupsIter REMOTE_USER_GROUP (no plural).Jan Pazdziora2016-01-201-20/+20
|
* Add support for Base64 encoded HTTP header output.Jan Pazdziora2016-01-201-2/+32
|
* Add LookupOutput headers option to populate HTTP request headers; deprecate ↵Jan Pazdziora2016-01-201-1/+3
| | | | value all.
* Add support for LookupUserByCertificate.mod_lookup_identity-0.9.3Jan Pazdziora2015-08-031-18/+51
|
* Minor README tweaks.Jan Pazdziora2014-05-131-2/+2
|
* Support +VARIABLE name to append (or set only when previously unset, when no ↵Jan Pazdziora2014-05-131-10/+71
| | | | separator and no Iter is used).
* Compile to C99.Jan Pazdziora2014-05-131-3/+4
| | | | | | Addressing warning: ISO C90 forbids mixed declarations and code warning: ISO C90 forbids specifying subobject to initialize
* The directives are LookupUserGECOS and LookupUserGroups*, fixing documentation.Jan Pazdziora2014-01-301-9/+9
|
* sssd supports usernames in allowed_uids.Jan Pazdziora2014-01-171-1/+1
|
* Copyright year update.Jan Pazdziora2014-01-161-1/+1
|
* Fixing typos.Jan Pazdziora2013-11-181-2/+2
|
* Use GetUserGroups for group lists and support new GetUserAttr signature. ↵Jan Pazdziora2013-11-181-22/+154
| | | | Added LookupUserGroupsIter and removed LookupOutputGroupsSeparator.
* Fixing typo.Jan Pazdziora2013-11-141-1/+1
|
* Apache License, Version 2.0.Jan Pazdziora2013-10-281-0/+17
|
* Replacing sss_lookup_user_get_attr with dbus call.Jan Pazdziora2013-10-281-3/+4
| | | | | | | | | 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-131-0/+8
|
* Add LookupUserAttr and call to sss_lookup_user_get_attr.Jan Pazdziora2013-08-131-2/+9
|
* Default the group separator to colon instead of space.Jan Pazdziora2013-07-251-2/+2
| | | | | | 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-241-0/+55