summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* Fix czech specific character in my namePavel Březina2013-09-022-2/+2
* LDAP: Make sdap_id_setup_tasks reusable for subdomainsJakub Hrozek2013-08-283-7/+19
* LDAP: Make the cleanup task reusable for subdomainsJakub Hrozek2013-08-285-42/+73
* LDAP: Make cleanup synchronousJakub Hrozek2013-08-283-150/+34
* LDAP: Convert enumeration to the ptask APIJakub Hrozek2013-08-284-136/+132
* LDAP: Move the ldap enum request to its own reusable moduleJakub Hrozek2013-08-286-642/+741
* LDAP: Remove unused constantJakub Hrozek2013-08-281-2/+0
* LDAP: Add enum_{users,groups}_recv to follow the tevent_req styleJakub Hrozek2013-08-281-24/+19
* sudo: do not strdup usn on ENOENTPavel Březina2013-08-261-1/+1
* sudo: do not fail to store the rule if we can't read usnPavel Březina2013-08-261-3/+4
* sysdb_add_incomplete_group: store SID string is availableSumit Bose2013-08-192-9/+18
* save_rfc2307bis_user_memberships: use fq names for subdomainsSumit Bose2013-08-191-0/+16
* sdap_add_incomplete_groups: use fully qualified name if neededSumit Bose2013-08-191-4/+14
* sudo: continue if we are unable to resolve fqdnPavel Březina2013-08-191-1/+0
* sdap_save_user: save original primary GID of subdomain usersSumit Bose2013-08-191-11/+22
* sdap_get_initgr_done: use the right SID to get a GIDSumit Bose2013-08-191-1/+2
* ldap, krb5: More descriptive msg on chpass failure.Michal Zidek2013-08-111-0/+15
* Enable removing nonexisting dn in sdap_handle_account_infoLukas Slebodnik2013-08-081-1/+1
* Fix memory context for hash entriesSumit Bose2013-08-081-2/+4
* Fix memory context for a state memberSumit Bose2013-08-071-1/+1
* sudo: print better debug message when a rule has multiple cn valuesPavel Březina2013-08-051-1/+5
* sudo: skip rule on error instead of failing completelyPavel Březina2013-08-051-1/+3
* Prevent using uninitialized "group_name" in done section.Lukas Slebodnik2013-07-251-1/+1
* LDAP: Use domain-specific name where appropriateJakub Hrozek2013-07-245-112/+159
* SIGCHLD handler: do not call callback when pvt data where freedPavel Březina2013-07-171-1/+1
* print hint about password complexity when new password is rejectedPavel Březina2013-07-171-0/+8
* LDAP: When resolving a SID, search for groups first, then usersJakub Hrozek2013-07-171-19/+18
* ldap: only update shadowLastChange when password change is successfulJim Collins2013-07-011-1/+2
* AD: Move storing sdap_domain for subdomain to generic LDAP codeJakub Hrozek2013-06-282-0/+77
* LDAP: Add utility function sdap_copy_mapJakub Hrozek2013-06-282-0/+45
* Replace new_subdomain() with find_subdomain_by_name()Sumit Bose2013-06-281-3/+2
* Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose2013-06-285-14/+38
* Add sdap_idmap_domain_has_algorithmic_mapping()Sumit Bose2013-06-282-0/+62
* Allow different methods to find new domains for idmappingSumit Bose2013-06-282-3/+24
* SDAP IDMAP: Add configured domain to idmap contextSumit Bose2013-06-281-0/+70
* Add now options ldap_min_id and ldap_max_idSumit Bose2013-06-282-0/+4
* LDAP: Retry SID search based on result of LDAP search, not the return codeJakub Hrozek2013-06-241-2/+13
* nested groups: do not expect any particular number of groupsPavel Březina2013-06-181-19/+10
* nested groups: do not return ENOMEM if num_groups is 0Pavel Březina2013-06-181-6/+10
* handle ERR_ACCOUNT_EXPIRED properlyPavel Březina2013-06-171-1/+5
* nested groups: allocate more space if deref returns more membersPavel Březina2013-06-171-0/+21
* A new option krb5_use_kdcinfoJakub Hrozek2013-06-103-2/+8
* providers: refresh expired netgroupsPavel Březina2013-06-103-0/+183
* LDAP: Do not store separate GID for subdomain usersJakub Hrozek2013-06-071-10/+18
* Split generating primary GID for ID mapped users into a separate functionJakub Hrozek2013-06-071-41/+70
* LDAP: store FQDNs for trusted users and groupsJakub Hrozek2013-06-075-12/+36
* LDAP: split a function to create search basesJakub Hrozek2013-06-072-29/+73
* LDAP: return sdap search return code to IDJakub Hrozek2013-06-075-50/+126
* LDAP: new SDAP domain structureJakub Hrozek2013-06-0721-127/+281
* LDAP: Pass in a connection to ID functionsJakub Hrozek2013-06-076-29/+62