summaryrefslogtreecommitdiff
path: root/src/providers/ldap
AgeCommit message (Expand)AuthorFilesLines
2012-11-19LDAP: Make it possible to use full principal in ldap_sasl_authid againJakub Hrozek1-4/+16
2012-11-19LDAP: Checking the principal should not be considered fatalJakub Hrozek1-6/+10
2012-11-19LDAP: Provide a common sdap_set_sasl_options init functionJakub Hrozek2-0/+79
2012-11-19Do not save HBAC rules in subdomain subtreeSumit Bose1-3/+16
2012-11-19LDAP: Refactor saving ghost usersJakub Hrozek1-88/+99
2012-11-19LDAP: use the correct memory contextJakub Hrozek1-1/+1
2012-11-19LDAP: Fix saving empty groupsJakub Hrozek1-2/+4
2012-11-19LDAP: Allocate the temporary context on NULL, not memctxJakub Hrozek1-1/+1
2012-11-19LDAP: Remove double breakJakub Hrozek1-1/+0
2012-11-18LDAP: Expire even non authenticated connectionsJakub Hrozek1-8/+11
2012-11-16fix -O3 variable may be uninitialized warningsPavel Březina2-6/+6
2012-11-15sudo: store rules with no sudoHost attributePavel Březina1-0/+7
2012-11-15Add ignore_group_members option.Paul B. Henson2-2/+13
2012-11-10Do not remove a group if it has members from subdomainsSumit Bose1-4/+15
2012-11-08do not default fullname to gecos when schema = adPavel Březina1-0/+14
2012-11-01LDAP: Better debug logging when saving groupsStephen Gallagher1-11/+75
2012-11-01LDAP: Fix off-by-one error when saving ghost usersJakub Hrozek1-1/+1
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
2012-10-24KRB5: Return error when principal selection failsJakub Hrozek1-1/+4
2012-10-24sudo refresh: handle errors properlyPavel Březina1-8/+25
2012-10-24sudo: do not fail if usn value is zero but full refresh is completedPavel Březina2-7/+19
2012-10-15LDAP: Check validity of naming_contextJakub Hrozek1-1/+1
2012-10-12Only call krb5_set_trace_callback on platforms that support itJakub Hrozek1-1/+1
2012-10-12Create ghost users when a user DN is encountered in IPAJakub Hrozek1-37/+276
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