summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix tevent_req style for sdap_async_sudo.Simo Sorce2013-01-071-22/+22
* LDAP: initialize refresh function handlerOndrej Kos2013-01-041-1/+1
* failover: Protect against empty host namesMichal Zidek2013-01-023-5/+5
* set ret to EOK after for loop in sdap_sudo_purge_sudoersPavel Březina2013-01-021-0/+2
* Add default section to switch statementSumit Bose2012-12-191-0/+3
* DP: invalidate all cached maps if a request for auto.master comes inJakub Hrozek2012-12-181-0/+8
* sudo: do full refresh when data provider is back onlinePavel Březina2012-12-182-7/+75
* sudo: schedule another full refresh in short interval if the first failsPavel Březina2012-12-182-0/+28
* check dp error in sdap_sudo_full_refresh_done()Pavel Březina2012-12-181-3/+8
* add sdap_sudo_schedule_refresh()Pavel Březina2012-12-182-43/+77
* let ldap_chpass_uri failover work when using same hostnamePavel Březina2012-12-151-11/+4
* sudo: don't get stuck in rules and smart refresh when offlinePavel Březina2012-12-111-4/+14
* LDAP: remove dead assignmentJakub Hrozek2012-12-101-1/+0
* SUDO: strdup the input variableJakub Hrozek2012-12-071-1/+1
* Fix comment on wrong lineSimo Sorce2012-12-051-1/+1
* LDAP: Continue adjusting group membership even if there is nothing to addJakub Hrozek2012-12-051-2/+1
* Use an entry type mask macro to filter entry typesSimo Sorce2012-12-041-1/+1
* Indentation fixJakub Hrozek2012-12-041-5/+2
* warn user if password is about to expirePavel Březina2012-12-021-3/+4
* idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek2012-11-284-79/+108
* LDAP: fix uninitialized variableOndrej Kos2012-11-231-1/+1
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-202-8/+38
* LDAP: Make it possible to use full principal in ldap_sasl_authid againJakub Hrozek2012-11-191-4/+16
* LDAP: Checking the principal should not be considered fatalJakub Hrozek2012-11-191-6/+10
* LDAP: Provide a common sdap_set_sasl_options init functionJakub Hrozek2012-11-192-0/+79
* Do not save HBAC rules in subdomain subtreeSumit Bose2012-11-191-3/+16
* LDAP: Refactor saving ghost usersJakub Hrozek2012-11-191-88/+99