summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* Special-case LDAP_SIZELIMIT_EXCEEDEDJakub Hrozek2012-05-071-4/+9
* Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter2012-05-071-0/+15
* If canon'ing principals, write ccache with updated default principalStef Walter2012-05-041-1/+2
* Modify behavior of pam_pwd_expiration_warningJan Zeleny2012-05-041-12/+30
* LDAP: Add support for enumeration of ID-mapped users and groupsStephen Gallagher2012-05-031-31/+102
* LDAP: Treat groups with unmappable SIDs as non-POSIX groupsStephen Gallagher2012-05-031-9/+12
* LDAP: Add helper function to map IDsStephen Gallagher2012-05-035-119/+81
* LDAP: Do not remove uidNumber and gidNumber attributes when saving id-mapped ...Stephen Gallagher2012-05-032-0/+16
* LDAP: Add helper routine to convert LDAP blob to SID stringStephen Gallagher2012-05-035-68/+195
* LDAP: Map the user's primaryGroupIDStephen Gallagher2012-05-033-12/+68
* LDAP: Enable looking up id-mapped groups by GIDStephen Gallagher2012-05-031-2/+45
* LDAP: Allow looking up ID-mapped groups by nameStephen Gallagher2012-05-032-29/+125
* LDAP: Enable looking up id-mapped users by UIDStephen Gallagher2012-05-031-6/+43
* LDAP: Allow automatically-provisioning a domain and rangeStephen Gallagher2012-05-031-3/+43
* LDAP: Add routine to extract domain SID from an object SIDStephen Gallagher2012-05-032-0/+49
* LDAP: Allow setting a default domain for id-mapping slice 0Stephen Gallagher2012-05-033-0/+40
* LDAP: Add autorid compatibility modeStephen Gallagher2012-05-033-8/+16
* LDAP: Enable looking up ID-mapped users by nameStephen Gallagher2012-05-032-9/+55
* LDAP: Initialize ID mapping when configuredStephen Gallagher2012-05-032-0/+10
* LDAP: Add ID mapping range settingsStephen Gallagher2012-05-032-0/+6
* LDAP: Add helper routines for ID-mappingStephen Gallagher2012-05-032-0/+334
* LDAP: Add id-mapping optionStephen Gallagher2012-05-032-0/+2
* LDAP: Add objectSID config optionStephen Gallagher2012-05-032-0/+8
* Read sysdb attribute name, not LDAP attribute map nameJakub Hrozek2012-05-031-2/+2
* LDAP: check return value of sysdb_attrs_get_elJakub Hrozek2012-05-021-0/+7
* execv, excvp and exec_child never return EOKStef Walter2012-05-011-5/+3
* Accept be_req instead if be_ctx in LDAP access providerJan Zeleny2012-04-242-14/+15
* Get the RootDSE after binding if not successfull beforeJakub Hrozek2012-04-201-26/+104
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-201-32/+21
* sdap_check_aliases must not error when detects the same userJakub Hrozek2012-04-201-13/+31
* Free controls in sdap_rebind_procJakub Hrozek2012-04-201-4/+6
* Fixed minor memory leak in ldap providerJan Zeleny2012-04-181-0/+1
* Fixed memory context in sdap_fill_memberships()Jan Zeleny2012-04-181-1/+1
* Removed unused block of code is sdap_fill_memberships()Jan Zeleny2012-04-181-57/+29
* Removed a block of dead code in sdap_async_groups.cJan Zeleny2012-04-181-20/+1
* Do not call sdap_auth if not neededJakub Hrozek2012-04-181-7/+11
* Prevent printing NULL from DEBUG messagesJakub Hrozek2012-04-182-6/+13
* Clean up log messages about keytab_nameStephen Gallagher2012-04-051-7/+12
* LDAP services: Save lowercased protocol names in case-insensitive domainsJakub Hrozek2012-03-291-1/+17
* Add terminator for sdap_attr_mapStephen Gallagher2012-03-282-14/+31
* Add terminator for dp_optionStephen Gallagher2012-03-281-1/+2
* Put dp_option maps in their own fileStephen Gallagher2012-03-282-279/+314
* LDAP: Fix memory leaks in synchronous_tls_setupStephen Gallagher2012-03-261-8/+10
* LDAP services: Keep the protocol aroundJakub Hrozek2012-03-261-0/+1
* LDAP: Add better error logging when ldap_result() failsStephen Gallagher2012-03-211-1/+3
* LDAP: Errors retrieving the RootDSE should not be fatalStephen Gallagher2012-03-161-15/+8
* Fix uninitialized variableJakub Hrozek2012-03-161-1/+1
* LDAP: Add AD 2008r2 schemaStephen Gallagher2012-03-141-2/+49
* Missing debug message if sdap_sudo_refresh_set_timer failsPavel Březina2012-03-091-1/+5
* LDAP: Make sdap_access_send/recv publicStephen Gallagher2012-03-092-12/+17