summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async_netgroups.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-20LDAP: Use primary cn to search netgroupLukas Slebodnik1-7/+5
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-4/+6
2013-09-10is_dn(): free dnPavel Březina1-0/+2
2013-06-07LDAP: store FQDNs for trusted users and groupsJakub Hrozek1-1/+1
2013-06-07LDAP: new SDAP domain structureJakub Hrozek1-1/+1
2013-01-15Add domain arguments to sysdb_add_inetgroup fns.Simo Sorce1-1/+1
2013-01-15Make sysdb_netgroup_base_dn() require a domain.Simo Sorce1-1/+1
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek1-1/+1
2012-02-24Modifications to simplify list_missing_attrsJan Zeleny1-15/+1
2012-02-24Delete missing attributes from netgroups to be storedJan Zeleny1-1/+26
2012-02-24LDAP: Only use paging control on requests for multiple entriesStephen Gallagher1-2/+4
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher1-2/+1
2012-02-04LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher1-0/+10
2011-12-16Use the case sensitivity flag in the LDAP providerJakub Hrozek1-0/+9
2011-12-16Refactor saving sdap entitiesJakub Hrozek1-62/+15
2011-12-14Support search bases in netgroup members translationPavel Březina1-1/+11
2011-11-23Renamed some LDAP routinesJan Zeleny1-11/+3
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-4/+1
2011-11-02LDAP: Support multiple netgroup search basesStephen Gallagher1-13/+62
2011-10-13SysDB commands that save lastUpdate allows this value to be passed inPavel Březina1-3/+7
2011-09-28Fixed bad logic in processing netgroups in LDAP providerJan Zeleny1-1/+3
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-1/+1
2011-01-17Add timeout parameter to sdap_get_generic_send()Sumit Bose1-3/+6
2010-11-01Fix misused SDAP_SEARCH_BASEMoritz Baumann1-1/+1
2010-10-13Implement netgroup support for LDAP providerSumit Bose1-0/+713