summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
...
* LDAP/AD: do not resolve group members during tokenGroups requestSumit Bose2015-03-178-17/+63
* ldap_child: fix coverity warningPavel Reichl2015-03-111-2/+12
* be_refresh: support groupsPavel Březina2015-03-081-0/+29
* be_refresh: support usersPavel Březina2015-03-081-0/+29
* be_refresh: add sdap_refresh_initPavel Březina2015-03-083-20/+29
* be_refresh: refactor netgroups refreshPavel Březina2015-03-081-32/+77
* sdap_handle_acct_req_send: remove be_reqPavel Březina2015-03-082-15/+11
* be_refresh: refresh all domains in backendPavel Březina2015-03-082-4/+12
* SDAP: fix minor neglect in is_account_locked()Pavel Reichl2015-03-061-0/+2
* ldap_child: initialized ccname_file_dummySumit Bose2015-03-061-1/+1
* SDAP: Lock out ssh keys when account naturally expiresPavel Reichl2015-03-053-90/+231
* LDAP: unlink ccname_file_dummy if there is an errorDaniel Hjorth2015-03-041-1/+11
* SDAP: enable change phase of pw expire policy checkPavel Reichl2015-03-035-1/+89
* SDAP: refactor pwexpire policyPavel Reichl2015-03-032-32/+90
* SDAP: log expired accounts at lower severity levelPavel Reichl2015-03-021-4/+16
* Remove unused argument from be_nsupdate_create_fwd_msgLukas Slebodnik2015-03-021-1/+1
* LDAP: Conditional jump depends on uninitialised valueLukas Slebodnik2015-02-231-3/+4
* LDAP: Handle ENOENT better in the cleanup taskJakub Hrozek2015-02-171-9/+8
* LDAP: Add better DEBUG messages to the cleanup taskJakub Hrozek2015-02-171-0/+11
* LDAP: Rename the _res output parameter to avoid clashing with libresolv in testsJakub Hrozek2015-02-112-4/+4
* AD: use GC for SID requests as wellSumit Bose2015-01-301-10/+28
* LDAP: Add UUID when saving incomplete groupsJakub Hrozek2015-01-302-4/+14
* add missing '\n' in debug messagesPavel Reichl2015-01-271-1/+1
* UTIL: Unify the fd_nonblocking implementationJakub Hrozek2015-01-151-2/+2
* LDAP: Use child_io_destructor instead of child_cleanup in a custom desctructorJakub Hrozek2015-01-151-22/+17
* UTIL: Allow dup-ing child pipe to a different FDJakub Hrozek2015-01-131-2/+1
* Skip CHAUTHTOK_PRELIM when using OTPsJakub Hrozek2014-12-132-0/+4
* LDAP: retain external membersPavel Reichl2014-12-131-0/+104
* sss_atomic_write_s() return value is signedJakub Hrozek2014-12-031-1/+1
* LDAP: Remove useless includeJakub Hrozek2014-12-031-2/+0
* Add extra_args to exec_child()Jakub Hrozek2014-12-031-1/+2
* SYSDB: sysdb_get_bool() return ENOENT & unit testsPavel Reichl2014-12-021-1/+5
* ldap_child: copy keytab into memory to drop privileges earlierSumit Bose2014-12-021-19/+45
* LDAP: always store UUID if availableSumit Bose2014-11-202-13/+52
* LDAP: add support for lookups by UUIDSumit Bose2014-11-201-5/+53
* SYSDB: sysdb_idmap_get_mappings returns ENOENTPavel Reichl2014-11-191-1/+1
* LDAP: Disable token groups by defaultLukas Slebodnik2014-11-121-1/+1
* Revert "LDAP: Change defaults for ldap_user/group_objectsid"Lukas Slebodnik2014-11-101-4/+4
* Fix uuid defaultsSumit Bose2014-11-061-4/+2
* Revert "LDAP: Remove unused option ldap_group_uuid"Sumit Bose2014-11-062-0/+5
* Revert "LDAP: Remove unused option ldap_user_uuid"Sumit Bose2014-11-062-0/+5
* UTIL: Remove more code duplication setting up child processesJakub Hrozek2014-11-051-21/+1
* LDAP: Drop privileges after kinit in ldap_childJakub Hrozek2014-11-052-34/+64
* LDAP: read the correct data type from ldap_child's input bufferJakub Hrozek2014-11-051-2/+2
* LDAP: Move sss_krb5_verify_keytab_ex to ldap_childJakub Hrozek2014-11-051-1/+78
* sdap_print_server: use getpeername() to get server addressSumit Bose2014-10-271-1/+1
* LDAP: Change defaults for ldap_user/group_objectsidMichal Zidek2014-10-161-4/+4
* Add sdap_deref_search_with_filter_send()Sumit Bose2014-10-162-5/+88
* nss: add SSS_NSS_GETORIGBYNAME requestSumit Bose2014-10-141-2/+0
* SDAP: check that connection is open before bindPavel Reichl2014-10-121-10/+103