summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* 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