summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_access.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: The access control filter just needs the plain usernameJakub Hrozek2016-07-071-3/+2
* Rename dp_backend.h to backend.hPavel Březina2016-06-201-1/+1
* LDAP: Try also the AD access control for IPA usersJakub Hrozek2016-06-031-0/+15
* LDAP: warn about lockout option being deprecatedPavel Reichl2015-05-141-1/+8
* LDAP: fix a typo in debug messagePavel Reichl2015-03-261-1/+1
* ldap: refactor nds_check_expired to use util funcPavel Reichl2015-03-231-23/+6
* TESTS: test expirationPavel Reichl2015-03-231-1/+1
* SDAP: fix minor neglect in is_account_locked()Pavel Reichl2015-03-061-0/+2
* SDAP: Lock out ssh keys when account naturally expiresPavel Reichl2015-03-051-90/+226
* SDAP: enable change phase of pw expire policy checkPavel Reichl2015-03-031-1/+61
* SDAP: log expired accounts at lower severity levelPavel Reichl2015-03-021-4/+16
* add missing '\n' in debug messagesPavel Reichl2015-01-271-1/+1
* LDAP: Always free talloc_reqJakub Hrozek2014-09-101-2/+1
* LDAP: Check return valueJakub Hrozek2014-09-081-0/+6
* SDAP: account lockout to restrict access via ssh keyPavel Reichl2014-08-271-0/+557
* SDAP: refactor AC offline checksPavel Reichl2014-08-271-9/+12
* SDAP: don't log error on access deniedPavel Reichl2014-08-171-1/+6
* SDAP: refactor sdap_access_filter_donePavel Reichl2014-08-171-18/+37
* SDAP: nitpicks in sdap_access_filter_get_access_donePavel Reichl2014-08-171-7/+5
* SDAP: refactor sdap_access_filter_sendPavel Reichl2014-08-171-16/+30
* SDAP: split sdap_access_filter_get_access_donePavel Reichl2014-08-171-20/+39
* Unify usage of function gethostnameLukas Slebodnik2014-06-031-2/+3
* Don't use macro _XOPEN_SOURCE for function strptimeLukas Slebodnik2014-05-271-2/+2
* refactor calls of sss_parse_namePavel Reichl2014-03-181-2/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-72/+100
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-96/+96
* LDAP: Add a new error code for malformed access control filterJakub Hrozek2014-01-091-1/+7
* responder: Set forest attribute in AD domainsPavel Reichl2014-01-091-1/+1
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-2/+2
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-2/+1
* LDAP: Parse FQDN into name/domain for subdomain usersJakub Hrozek2013-10-251-1/+11
* LDAP: Amend sdap_access_check to allow any connectionJakub Hrozek2013-10-251-22/+18
* Fix formating of variables with type: time_tLukas Slebodnik2013-09-111-1/+1
* Fix formating of variables with type defined in stdint.hLukas Slebodnik2013-09-111-2/+3
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-4/+5
* Fix formating of variables with type: longLukas Slebodnik2013-09-111-3/+4
* Replace new_subdomain() with find_subdomain_by_name()Sumit Bose2013-06-281-3/+2
* LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek2013-06-071-1/+2
* Convert sdap_access to new error codesSimo Sorce2013-03-191-448/+174
* Fixed typo in debug message.Lukas Slebodnik2013-03-071-3/+5
* Add realm info to sss_domain_infoSimo Sorce2013-02-101-1/+1
* Pass domain not be_req to access check functionsSimo Sorce2013-01-211-15/+21
* Remove sysdb as a be request structure memberSimo Sorce2013-01-211-2/+2
* Move ldap provider access functionsSimo Sorce2013-01-211-59/+0
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-151-0/+1
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-151-2/+2
* Do not save HBAC rules in subdomain subtreeSumit Bose2012-11-191-3/+16
* Accept be_req instead if be_ctx in LDAP access providerJan Zeleny2012-04-241-13/+14
* LDAP: Make sdap_access_send/recv publicStephen Gallagher2012-03-091-12/+8
* LDAP: Only use paging control on requests for multiple entriesStephen Gallagher2012-02-241-1/+2