summaryrefslogtreecommitdiff
path: root/src/providers/ldap/ldap_common.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-21fo_get_server_name() getter for a server nameJakub Hrozek1-1/+10
2011-07-21Rename fo_get_server_name to fo_get_server_str_nameJakub Hrozek1-2/+2
2011-07-21Do not add a NULL host parsed from LDAP URIJakub Hrozek1-1/+8
2011-07-08Add LDAP access control based on NDS attributesSumit Bose1-2/+8
2011-07-08Add helper function msgs2attrs_arrayStephen Gallagher1-0/+29
2011-06-30Use name based URI instead of IP address based URIsSumit Bose1-37/+2
2011-06-30Add sockaddr_storage to sdap_serviceSumit Bose1-0/+11
2011-06-15Switch resolver to using resolv_hostent and honor TTLJakub Hrozek1-2/+2
2011-06-02Use escaped IP addresses in LDAP providerJakub Hrozek1-6/+56
2011-05-24Make "password" the default for ldap_default_authtok_typeStephen Gallagher1-1/+1
2011-05-20Use dereference when processing RFC2307bis nested groupsJakub Hrozek1-1/+2
2011-04-27Add ldap_page_size configuration optionStephen Gallagher1-1/+2
2011-04-25Modify principal selection for keytab authenticationJan Zeleny1-0/+1
2011-04-19Add user and group search LDAP filter optionsJakub Hrozek1-0/+20
2011-04-12Never remove gecos from the sysdb cacheStephen Gallagher1-0/+9
2011-03-24Add host access control supportPierre Ossman1-2/+4
2011-02-16Do not attempt to use START_TLS on SSL connectionsStephen Gallagher1-0/+9
2011-01-27Add option to disable TLS for LDAP authStephen Gallagher1-1/+5
2011-01-21Delete attributes that are removed from LDAPStephen Gallagher1-0/+117
2011-01-20Add ldap_tls_{cert,key,cipher_suite} config optionsTyson Whitehead1-0/+3
2011-01-19Add LDAP expire policy base RHDS/IPA attributeSumit Bose1-2/+4
2011-01-19Add LDAP expire policy based on AD attributesSumit Bose1-2/+6
2011-01-17Add ldap_search_enumeration_timeout config optionSumit Bose1-2/+3
2011-01-06Convert obfuscated password once at startupSumit Bose1-0/+41
2010-12-21Add authorizedService supportStephen Gallagher1-2/+4
2010-12-17Start first enumeration immediatelyStephen Gallagher1-3/+28
2010-12-14Fix uninitialized value error in sdap_account_expired_shadow()Sumit Bose1-2/+2
2010-12-07Replace krb5_kdcip by krb5_server in LDAP providerSumit Bose1-3/+11
2010-12-07ldap: Use USN entries if available.Simo Sorce1-2/+6
2010-12-07ldap: add checks to determine if USN features are available.Simo Sorce1-5/+5
2010-12-06Add ldap_chpass_uri config optionSumit Bose1-1/+9
2010-12-06Add new account expired rule to LDAP access providerSumit Bose1-1/+3
2010-12-06Make string_to_shadowpw_days() publicSumit Bose1-0/+34
2010-12-01Allow protocol fallback for SRV queriesJakub Hrozek1-3/+2
2010-11-15Properly document ldap_purge_cache_timeoutStephen Gallagher1-1/+9
2010-11-04Make ldap_search_base a non-mandatory optionSumit Bose1-35/+25
2010-10-22Add ldap_deref optionSumit Bose1-1/+12
2010-10-18Add option to limit nested groupsSimo Sorce1-1/+2
2010-10-13Add infrastructure to LDAP provider for netgroup supportSumit Bose1-2/+38
2010-10-13Initialize kerberos service for GSSAPIJakub Hrozek1-0/+171
2010-10-13Add KDC to the list of LDAP optionsJakub Hrozek1-0/+1
2010-07-09Remove remainder of now unused global LDAP connection handle.eindenbom1-171/+0
2010-06-30Add dns_discovery_domain optionJakub Hrozek1-1/+0
2010-06-09Disable connection callbacks when going onlineStephen Gallagher1-0/+10
2010-05-27Add ldap_access_filter optionStephen Gallagher1-1/+2
2010-05-27Add offline callback to disconnect global SDAP handleSumit Bose1-1/+9
2010-05-16Add ldap_krb5_ticket_lifetime optionSumit Bose1-1/+2
2010-05-07Use service discovery in backendsJakub Hrozek1-8/+49
2010-05-03Better handle sdap_handle memory from callers.Simo Sorce1-1/+1
2010-02-25Fix check for values of expiration limitsJakub Hrozek1-1/+1