summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Search for original DN during auth if it's missingsssd-1.9.2-129.2.el6Jakub Hrozek2013-12-031-16/+194
* LDAP: Split out a request to search for a user w/o savingJakub Hrozek2013-12-032-32/+146
* sdap_get_generic_ext_send: check if we a re still connectedsssd-1.9.2-129.el6Sumit Bose2013-10-221-0/+7
* SIGCHLD handler: do not call callback when pvt data was freedPavel Březina2013-09-121-1/+1
* print hint about password complexity when new password is rejectedsssd-1.9.2-121.el6Pavel Březina2013-08-111-1/+15
* ldap, krb5: More descriptive msg on chpass failure.sssd-1.9.2-120.el6Michal Zidek2013-08-111-0/+15
* providers: refresh expired netgroupssssd-1.9.2-119.el6Pavel Březina2013-08-113-0/+179
* LDAP: Fix crash when processing nested groupssssd-1.9.2-116.el6Jakub Hrozek2013-08-091-4/+16
* Removing unused functions.sssd-1.9.2-115.el6Lukas Slebodnik2013-08-092-36/+0
* Adding option to disable retrieving large AD groups.sssd-1.9.2-113.el6Lukas Slebodnik2013-08-096-13/+49
* Display the last grace warning, toosssd-1.9.2-107.el6Jakub Hrozek2013-08-092-3/+3
* Add ignore_group_members option.sssd-1.9.2-102.el6Paul B. Henson2013-08-082-2/+13
* sudo: print better debug message when a rule has multiple cn valuessssd-1.9.2-96.el6Pavel Březina2013-08-081-1/+5
* sudo: skip rule on error instead of failing completelyPavel Březina2013-08-081-1/+3
* LDAP: do not invalidate pointer with realloc while processing ghost users1.9.2-89Jakub Hrozek2013-05-301-3/+13
* ldap: Fallback option for rfc2307 schemaSimo Sorce2013-04-157-11/+191
* nested groups: fix group lookup hangs if member dn is incorrectrhel-6.41.9.2-83Pavel Březina2013-01-301-0/+24
* LDAP: Compare lists of DNs when saving autofs entriesJakub Hrozek2013-01-211-130/+144
* LDAP: avoid complex realloc logic in save_rfc2307bis_group_membershipsJakub Hrozek2013-01-151-12/+4
* let ldap_backup_chpass_uri workPavel Březina2013-01-151-2/+4
* AD: Add user as a direct member of his primary groupJakub Hrozek2013-01-091-8/+109
* AD: replace GID/UID, do not add another oneJakub Hrozek2013-01-094-7/+41
* sudo smart refresh: fix debug messagePavel Březina2013-01-071-1/+1
* sudo smart refresh: do not include usn in filter if no valid usn is knownPavel Březina2013-01-071-5/+12
* Add default section to switch statementSumit Bose2012-12-201-0/+3
* DP: invalidate all cached maps if a request for auto.master comes inJakub Hrozek2012-12-181-0/+8
* sudo: do full refresh when data provider is back online1.9.2-49Pavel Březina2012-12-182-7/+75
* sudo: schedule another full refresh in short interval if the first failsPavel Březina2012-12-182-0/+28
* check dp error in sdap_sudo_full_refresh_done()Pavel Březina2012-12-181-3/+8
* add sdap_sudo_schedule_refresh()Pavel Březina2012-12-182-43/+77
* let ldap_chpass_uri failover work when using same hostname1.9.2-46Pavel Březina2012-12-151-11/+4
* SUDO: strdup the input variable1.9.2-42Jakub Hrozek2012-12-141-1/+1
* sudo: don't get stuck in rules and smart refresh when offline1.9.2-39Pavel Březina2012-12-141-4/+14
* LDAP: remove dead assignmentJakub Hrozek2012-12-141-1/+0
* LDAP: Continue adjusting group membership even if there is nothing to add1.9.2-37Jakub Hrozek2012-12-071-2/+1
* warn user if password is about to expirePavel Březina2012-12-061-3/+4
* idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek2012-11-284-79/+108
* do not default fullname to gecos when schema = adPavel Březina2012-11-281-0/+14
* LDAP: fix uninitialized variableOndrej Kos2012-11-271-1/+1
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-212-8/+38
* LDAP: Make it possible to use full principal in ldap_sasl_authid againJakub Hrozek2012-11-201-4/+16
* LDAP: Checking the principal should not be considered fatalJakub Hrozek2012-11-201-6/+10
* LDAP: Provide a common sdap_set_sasl_options init functionJakub Hrozek2012-11-202-0/+79
* LDAP: Expire even non authenticated connectionsJakub Hrozek2012-11-191-8/+11
* Do not save HBAC rules in subdomain subtreeSumit Bose2012-11-191-3/+16
* LDAP: Refactor saving ghost usersJakub Hrozek2012-11-191-88/+99
* LDAP: Better debug logging when saving groupsStephen Gallagher2012-11-191-11/+75
* LDAP: use the correct memory contextJakub Hrozek2012-11-191-1/+1
* LDAP: Fix saving empty groupsJakub Hrozek2012-11-191-2/+4
* LDAP: Allocate the temporary context on NULL, not memctxJakub Hrozek2012-11-191-1/+1