summaryrefslogtreecommitdiff
path: root/src/providers/ldap
AgeCommit message (Expand)AuthorFilesLines
2012-10-12Collect krb5 trace on high debug levelsJakub Hrozek2-1/+25
2012-10-12Two fixes to child processesJakub Hrozek1-4/+5
2012-10-10Fix segfault when ID-mapping an entry without a SIDJakub Hrozek1-1/+1
2012-10-04Fix default upper limit of slicesOndrej Kos1-1/+1
2012-10-04Slices calculation is alway wrong for default valuesOndrej Kos1-2/+2
2012-10-04Remove unused variableJakub Hrozek1-6/+0
2012-10-03Variable in sdap_sudo_rules_refresh_send could be used, uninitialized.Michal Zidek1-0/+1
2012-10-02Flip the default value of ldap_initgroups_use_matching_rule_in_chainJakub Hrozek1-1/+1
2012-10-02remove left over principal selectionPavel Březina1-21/+0
2012-09-26LDAP: Handle empty namingContexts values safelyStephen Gallagher1-0/+8
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2-2/+2
2012-09-24AUTOFS: Use both key and value in entry RDNJakub Hrozek1-2/+10
2012-09-24AUTOFS: Add entry objects below map objectsJakub Hrozek1-43/+91
2012-09-24AUTOFS: Do not fail if search base is not providedJakub Hrozek1-2/+2
2012-09-24AD: Handle sysdb lookup failure during tokenGroups processingStephen Gallagher1-0/+6
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