summaryrefslogtreecommitdiff
path: root/src/providers/ldap
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Add domain arguments to sysdb_add_inetgroup fns.Simo Sorce1-1/+1
2013-01-15Add domain arguments to sysdb_add_group functions.Simo Sorce2-4/+6
2013-01-15Add domain argument to sysdb_set_user_attr()Simo Sorce2-3/+8
2013-01-15Add domain to sysdb_search_group_by_gid()Simo Sorce1-1/+1
2013-01-15Add domain to sysdb_search_group_by_name()Simo Sorce3-7/+16
2013-01-15Add domain to sysdb_search_user_by_name()Simo Sorce5-15/+36
2013-01-15Add domain argument to sysdb_get_user_attr()Simo Sorce2-5/+6
2013-01-15Make sysdb_custom_subtree_dn() require a domain.Simo Sorce1-2/+4
2013-01-15Make sysdb_domain_dn() require a domain.Simo Sorce1-1/+1
2013-01-15Make sysdb_netgroup_base_dn() require a domain.Simo Sorce1-1/+1
2013-01-14let ldap_backup_chpass_uri workPavel Březina1-2/+4
2013-01-14Fix LDAP authentication - invalid password lengthPavel Březina1-1/+1
2013-01-10Change pam data auth tokens.Simo Sorce4-97/+92
2013-01-10Fix sdap reinit.Simo Sorce1-82/+89
2013-01-09AD: Add user as a direct member of his primary groupJakub Hrozek1-8/+109
2013-01-09AD: replace GID/UID, do not add another oneJakub Hrozek4-7/+41
2013-01-07sudo smart refresh: fix debug messagePavel Březina1-1/+1
2013-01-07sudo smart refresh: do not include usn in filter if no valid usn is knownPavel Březina1-5/+12
2013-01-07Fix tevent_req style for sdap_async_sudo.Simo Sorce1-22/+22
2013-01-04LDAP: initialize refresh function handlerOndrej Kos1-1/+1
2013-01-02failover: Protect against empty host namesMichal Zidek3-5/+5
2013-01-02set ret to EOK after for loop in sdap_sudo_purge_sudoersPavel Březina1-0/+2
2012-12-19Add default section to switch statementSumit Bose1-0/+3
2012-12-18DP: invalidate all cached maps if a request for auto.master comes inJakub Hrozek1-0/+8
2012-12-18sudo: do full refresh when data provider is back onlinePavel Březina2-7/+75
2012-12-18sudo: schedule another full refresh in short interval if the first failsPavel Březina2-0/+28
2012-12-18check dp error in sdap_sudo_full_refresh_done()Pavel Březina1-3/+8
2012-12-18add sdap_sudo_schedule_refresh()Pavel Březina2-43/+77
2012-12-15let ldap_chpass_uri failover work when using same hostnamePavel Březina1-11/+4
2012-12-11sudo: don't get stuck in rules and smart refresh when offlinePavel Březina1-4/+14
2012-12-10LDAP: remove dead assignmentJakub Hrozek1-1/+0
2012-12-07SUDO: strdup the input variableJakub Hrozek1-1/+1
2012-12-05Fix comment on wrong lineSimo Sorce1-1/+1
2012-12-05LDAP: Continue adjusting group membership even if there is nothing to addJakub Hrozek1-2/+1
2012-12-04Use an entry type mask macro to filter entry typesSimo Sorce1-1/+1
2012-12-04Indentation fixJakub Hrozek1-5/+2
2012-12-02warn user if password is about to expirePavel Březina1-3/+4
2012-11-28idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek4-79/+108
2012-11-23LDAP: fix uninitialized variableOndrej Kos1-1/+1
2012-11-20LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2-8/+38
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