summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
...
* Check the return value of sysdb_search_servicesJakub Hrozek2013-03-051-0/+6
* sdap_fill_memberships: continue if a member is not foud in sysdbPavel Březina2013-02-271-3/+7
* sysdb: try dealing with binary-content attributesJan Engelhardt2013-02-262-7/+5
* LDAP: Check for authtok validityJakub Hrozek2013-02-111-7/+9
* Add realm info to sss_domain_infoSimo Sorce2013-02-101-1/+1
* nested groups: fix group lookup hangs if member dn is incorrectPavel Březina2013-01-281-0/+24
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-215-8/+8
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-215-39/+43
* Introduce be_req_terminate() helperSimo Sorce2013-01-214-17/+10
* Remove domain from be_req structureSimo Sorce2013-01-211-1/+1
* Pass domain not be_req to access check functionsSimo Sorce2013-01-213-17/+25
* Remove sysdb as a be request structure memberSimo Sorce2013-01-211-2/+2
* Remove sysdb as a be context structure memberSimo Sorce2013-01-2113-27/+27
* Move ldap provider access functionsSimo Sorce2013-01-212-59/+86
* LDAP: Compare lists of DNs when saving autofs entriesJakub Hrozek2013-01-211-134/+147
* LDAP: avoid complex realloc logic in save_rfc2307bis_group_membershipsJakub Hrozek2013-01-151-12/+4
* Add domain arguments to sysdb sudo functionsSimo Sorce2013-01-154-9/+22
* Add domain arguments to sysdb services functionsSimo Sorce2013-01-152-4/+5
* Add domain argument to sysdb autofs functionsSimo Sorce2013-01-152-11/+18
* Add domain arguemnt to sysdb_get_real_name()Simo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_idmap_ funcitonsSimo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_remove_attrs()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_has/set_enumerated()Simo Sorce2013-01-153-3/+4
* Add domain arg to sysdb_search/delete_netgroup()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_delete_group()Simo Sorce2013-01-152-3/+5
* Add domain argument to sysdb_search_groups()Simo Sorce2013-01-153-7/+12
* Add domain argument to sysdb_delete_user()Simo Sorce2013-01-152-4/+6
* Add domain arg to sysdb_search_users()Simo Sorce2013-01-153-16/+25
* Add domain argument to sysdb_cache_password()Simo Sorce2013-01-151-0/+1
* Add domain arg to sysdb group member functionsSimo Sorce2013-01-152-7/+9
* Add domain argument to sysdb_store_group()Simo Sorce2013-01-151-3/+5
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-151-2/+3
* Add domain arguments to sysdb_add_inetgroup fns.Simo Sorce2013-01-151-1/+1
* Add domain arguments to sysdb_add_group functions.Simo Sorce2013-01-152-4/+6
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-152-3/+8
* Add domain to sysdb_search_group_by_gid()Simo Sorce2013-01-151-1/+1
* Add domain to sysdb_search_group_by_name()Simo Sorce2013-01-153-7/+16
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-155-15/+36
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-152-5/+6
* Make sysdb_custom_subtree_dn() require a domain.Simo Sorce2013-01-151-2/+4
* Make sysdb_domain_dn() require a domain.Simo Sorce2013-01-151-1/+1
* Make sysdb_netgroup_base_dn() require a domain.Simo Sorce2013-01-151-1/+1
* let ldap_backup_chpass_uri workPavel Březina2013-01-141-2/+4
* Fix LDAP authentication - invalid password lengthPavel Březina2013-01-141-1/+1
* Change pam data auth tokens.Simo Sorce2013-01-104-97/+92
* Fix sdap reinit.Simo Sorce2013-01-101-82/+89
* AD: Add user as a direct member of his primary groupJakub Hrozek2013-01-091-8/+109
* AD: replace GID/UID, do not add another oneJakub Hrozek2013-01-094-7/+41
* sudo smart refresh: fix debug messagePavel Březina2013-01-071-1/+1
* sudo smart refresh: do not include usn in filter if no valid usn is knownPavel Březina2013-01-071-5/+12