summaryrefslogtreecommitdiff
path: root/src/providers/ldap
AgeCommit message (Expand)AuthorFilesLines
2012-09-24sdap_add_incomplete_groups(): fix ret may be uninitialized warningPavel Březina1-1/+1
2012-09-24AD: Optimize initgroups lookups with tokenGroupsStephen Gallagher3-4/+313
2012-09-24AD: Detect domain controller compatibility versionStephen Gallagher3-0/+44
2012-09-24AD: autorid compatibility should recommend the use of default domainStephen Gallagher1-4/+4
2012-09-20SSSD fails to store users if any of the requested attribute is empty.Michal Zidek1-0/+6
2012-09-20Add more debuginfo into ldap_childOndrej Kos1-23/+36
2012-09-17Failover: use _srv_ when no primary server is definedPavel Březina1-12/+3
2012-09-13FO: Check server validity before setting statusJakub Hrozek2-8/+17
2012-09-05Don't terminate the same connection twiceJakub Hrozek1-6/+0
2012-09-05Retry the next server if bind during LDAP auth times outJakub Hrozek1-1/+6
2012-08-23Fix: IPv6 address with square brackets doesn't work.Michal Zidek1-0/+7
2012-08-23Unify usage of sysdb transactionsMichal Zidek6-36/+93
2012-08-23Clean up cache on server reinitializationPavel Březina5-4/+403
2012-08-21Remove compilation warning: ret may be uninitializedPavel Březina1-0/+2
2012-08-21Process all groups from a single nesting levelJakub Hrozek1-4/+14
2012-08-15Duplicate detection in fail over did not work.Michal Zidek1-1/+6
2012-08-10When ldap_group_nesting_level was reached, the LDAP provider tried to link gr...Michal Zidek1-1/+45
2012-08-09SRV resolution for backup servers should not be permitted.Michal Zidek1-1/+9
2012-08-09Change default for ldap_idmap_range_min to 200000Jakub Hrozek1-1/+1
2012-08-07Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OCPavel Březina2-3/+3
2012-08-06shadow attributes can contain -1Pavel Březina1-1/+1
2012-08-01Primary server support: new options in krb5 providerJan Zeleny3-4/+5
2012-08-01Primary server support: new option in ldap providerJan Zeleny3-4/+7
2012-08-01Primary server support: LDAP adaptationJan Zeleny3-35/+84
2012-08-01Primary server support: support for "disconnecting" connections in LDAPJan Zeleny1-4/+37
2012-08-01Primary server support: basic support in failover codeJan Zeleny1-2/+2
2012-07-31Unbreak SASLPavel Březina1-9/+12
2012-07-30sudo ldap provider: support autoconfiguration of hostnamesPavel Březina1-6/+275
2012-07-23sdap_sudo.c: add missing end of line in few debug messagesPavel Březina1-3/+3
2012-07-18Fix uninitialized valuesNick Guay3-8/+8
2012-07-18LDAP: Properly cast type for MINSSF valueJan Vcelak1-11/+9
2012-07-16Fixed wrong number in shadowLastChangeJan Zeleny1-1/+2
2012-07-09Fix incorrect error-checkStephen Gallagher1-1/+1
2012-07-09Fix potential NULL-dereferenceStephen Gallagher1-1/+3
2012-07-09Fix uninitialized variableStephen Gallagher1-0/+1
2012-07-06Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8Stef Walter1-15/+0
2012-07-06LDAP: Rename user and group maps for ADStephen Gallagher2-4/+4
2012-07-06KRB5: Drop memctx parameter of krb5_try_kdcipStephen Gallagher1-1/+1
2012-07-06Fix crash when interface doesn't have an addressStef Walter1-0/+3
2012-07-02LDAP: Print extended failure message for SASL bindStephen Gallagher1-2/+14
2012-06-30Fix segfault when sudo is not configured.Simo Sorce1-1/+2
2012-06-29sudo ldap provider: support autoconfiguration of IP addressesPavel Březina1-1/+179
2012-06-29sudo ldap provider: do per-host updatesPavel Březina1-3/+160
2012-06-29sudo ldap provider: mark sdap_sudo_setup_periodical_refresh() as staticPavel Březina1-2/+2
2012-06-29sudo ldap provider: load host filter configuration on initPavel Březina5-5/+185
2012-06-29sudo: add host info optionsPavel Březina2-0/+10
2012-06-29sudo ldap provider: pass sudo_ctx instead of id_ctxPavel Březina3-45/+73
2012-06-29sdap_sudo.c: move _recv after _donePavel Březina1-45/+45
2012-06-29sudo ldap provider: modify highest USN in sdap_sudo_rules_refresh_done()Pavel Březina1-3/+14
2012-06-29sudo ldap provider: notify responder when an expired rule has been deletedPavel Březina1-11/+76