summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* 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
* LDAP: Refactor account info handler into a tevent requestJakub Hrozek2013-06-072-163/+210
* LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek2013-06-0713-73/+142
* Do not obfuscate calls with booleansJakub Hrozek2013-06-071-10/+29
* Intermittent fix for get_user_and_group_users_doneSumit Bose2013-06-061-3/+0
* Prevent segfault while processing ASQ requestLukas Slebodnik2013-05-301-0/+6
* Remove unneeded commentJakub Hrozek2013-05-281-1/+0
* Fail with misconfigured id-mapping rangesOndrej Kos2013-05-271-1/+2
* Add SID related requests to the LDAP providerSumit Bose2013-05-271-5/+230
* Handle SID strings in sdap_attrs_get_sid_str() as wellSumit Bose2013-05-271-9/+20
* Adding option to disable retrieving large AD groups.Lukas Slebodnik2013-05-236-13/+49
* Removing unused functions.Lukas Slebodnik2013-05-232-36/+0
* Remove unneeded parameter of setup_child and namespace itJakub Hrozek2013-05-203-3/+3
* Fixing critical format string issues.Lukas Slebodnik2013-05-205-6/+10
* Re-add a useful DEBUG messageJakub Hrozek2013-05-131-0/+2
* LDAP: Always initialize idmap objectJakub Hrozek2013-05-131-5/+3
* Split out the common code from timed DNS updatesJakub Hrozek2013-05-032-0/+121
* dyndns: new option dyndns_authJakub Hrozek2013-05-032-2/+8
* dyndns: new option dyndns_force_tcpJakub Hrozek2013-05-031-2/+6
* dyndns: New option dyndns_update_ptrJakub Hrozek2013-05-032-36/+160
* Refactor dynamic DNS updatesJakub Hrozek2013-05-032-0/+545
* Add secid filter to responder-dp protocolSumit Bose2013-05-021-0/+6
* LDAP: always store SID if availableSumit Bose2013-05-022-33/+58
* sdap: add sdap_connect_host requestPavel Březina2013-05-022-0/+201
* Display the last grace warning, tooJakub Hrozek2013-05-022-3/+3
* libsss_idmap: function to calculate rangeMichal Zidek2013-04-292-115/+54
* LDAP: do not invalidate pointer with realloc while processing ghost usersJakub Hrozek2013-04-191-3/+13
* DNS sites support - use SRV DNS lookup plugin in all providersPavel Březina2013-04-101-0/+9
* LDAP: Always fail if a map can't be foundJakub Hrozek2013-04-091-4/+2