summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* 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
* SDAP: move deciding of tls usage into new functionPavel Reichl2014-10-121-20/+37
* SDAP: test return value of sysdb_search_servicesLukas Slebodnik2014-10-121-0/+6
* SDAP: Fix warning Value stored to is never readLukas Slebodnik2014-10-121-1/+0
* SDAP: Suppress warning maybe-uninitializedLukas Slebodnik2014-10-091-7/+9
* LDAP: Do not require a dereference control to be retuned in a replyJakub Hrozek2014-09-291-1/+6
* Fix debug messages - trailing '.'Pavel Reichl2014-09-291-1/+1
* LDAP: Do not clobber return value when multiple controls are returnedJakub Hrozek2014-09-161-3/+4
* Use the alternative objectclass in group maps.Michal Zidek2014-09-157-29/+117
* Add alternative objectClass to group attribute mapsMichal Zidek2014-09-152-0/+4
* LDAP: Always free talloc_reqJakub Hrozek2014-09-101-2/+1
* LDAP: Check return valueJakub Hrozek2014-09-081-0/+6
* LDAP: Skip dereferenced entries that we are not permitted to readJakub Hrozek2014-09-082-4/+11
* AD: process non-posix nested groups using tokenGroupsPavel Reichl2014-09-081-8/+1
* AD: process non-posix nested groups w/o tokenGroupsPavel Reichl2014-09-081-5/+1
* IPA: process non-posix nested groupsPavel Reichl2014-09-081-1/+1
* LDAP: Don't reuse a single tevent callback for multiple requestsJakub Hrozek2014-09-051-27/+53
* LDAP: Ignore returned referrals if referral support is disabledJakub Hrozek2014-09-021-8/+18
* LDAP: Set umask before calling mkstempJakub Hrozek2014-09-021-0/+3
* LDAP: If extra_value is 'U' do a UPN searchSumit Bose2014-09-013-4/+23
* LDAP: Enable tokenGroups with Windows Server 2003Jakub Hrozek2014-09-011-2/+2
* LDAP: Fall back to functional level of Windows Server 2003Jakub Hrozek2014-09-011-1/+2
* LDAP: Add Windows Server 2012 R2 functional levelJakub Hrozek2014-09-012-1/+3
* SDAP: Set default value of ldap_user_ssh_public_key to "sshPublicKey"Jan Cholasta2014-09-011-2/+2
* SDAP: account lockout to restrict access via ssh keyPavel Reichl2014-08-273-0/+568
* SDAP: new option - DN to ppolicy on LDAPPavel Reichl2014-08-272-0/+2
* SDAP: refactor AC offline checksPavel Reichl2014-08-271-9/+12
* SDAP: Fix using of uninitialized variableLukas Slebodnik2014-08-261-2/+5
* SDAP: Update groups for user just once.Lukas Slebodnik2014-08-261-20/+77
* SDAP: Use different talloc_context for array of namesLukas Slebodnik2014-08-261-1/+1
* SDAP: Immediately finish request for empty arrayLukas Slebodnik2014-08-261-1/+1
* LDAP: Use randomized ccname for storing credentialsJakub Hrozek2014-08-261-5/+39
* LDAP: Use tmp_ctx in ldap_child for temporary dataJakub Hrozek2014-08-261-7/+15
* LDAP: Don't add a user member twice when adding a primary groupJakub Hrozek2014-08-261-5/+33