summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-04-30Support SRV servers in failoverJakub Hrozek1-4/+7
Adds a new failover API call fo_add_srv_server that allows the caller to specify a server that is later resolved into a list of specific servers using SRV requests. Also adds a new failover option that specifies how often should the servers resolved from SRV query considered valid until we need a refresh. The "real" servers to connect to are returned to the user as usual, using the fo_resolve_service_{send,recv} calls. Make SRV resolution work with c-ares 1.6
2010-04-26Make the handling of fd events opaqueSumit Bose1-0/+2
Depending on the version of the OpenLDAP libraries we use two different schemes to find the file descriptor of the connection to the LDAP server. This patch removes the related ifdefs from the main code and introduces helper functions which can handle the specific cases.
2010-04-08SELinux login managementJakub Hrozek1-0/+7
Adds a new option -Z to sss_useradd and sss_usermod. This option allows user to specify the SELinux login context for the user. On deleting the user with sss_userdel, the login mapping is deleted, so subsequent adding of the same user would result in the default login context unless -Z is specified again. MLS security is not supported as of this patch.
2010-04-08Move SELinux related functions into its own moduleJakub Hrozek1-0/+1
Fix whitespace errors
2010-04-06Make sss_userdel check for logged in usersJakub Hrozek1-0/+1
sss_userdel now warns if the deleted user was logged in at the time of deletion. Also adds a new parameter --kick to userdel that kills all user processes before actually deleting ther user. Fixes: #229
2010-03-25Fix LDAP search paths for IPA HBACSumit Bose1-0/+3
- use domain_to_basedn() to construct LDAP search paths for IPA HBAC - move domain_to_basedn() to a separate file to simplify the build of a test
2010-03-15Flush NSCD cache after modifying local databaseJakub Hrozek1-1/+2
Fixes: #221
2010-03-12Fix build when check-devel is not installedStephen Gallagher1-4/+4
tests/common.c is now required by all tests (check-based and not), so we need to properly ifdef it
2010-03-08Add simple access providerSumit Bose1-5/+30
2010-03-08Package example logrotate scriptJakub Hrozek1-0/+1
2010-03-04Add --with-test-dir option to configureStephen Gallagher1-18/+37
All 'make check' tests will chdir() into this directory before running the suite. This provides the option of having temporary files generated in a tmpfs or ramdisk
2010-02-23Better cleanup task handlingJakub Hrozek1-0/+1
Implements a different mechanism for cleanup task. Instead of just deleting expired entries, this patch adds a new option account_cache_expiration for domains. If an entry is expired and the last login was more days in the past that account_cache_expiration, the entry is deleted. Groups are deleted if they are expired and and no user references them (no user has memberof: attribute pointing at that group). The parameter account_cache_expiration is not LDAP-specific, so that other future backends might use the same timeout setting. Fixes: #391
2010-02-19Fix two typosSumit Bose1-2/+2
2010-02-18Fix bad mergeStephen Gallagher1-0/+2
Merging ba8937d83675c7d69808d1d3df8f823afdc5ce2a left the COPYING and COPYING.LESSER files in the now-defunct sss_client directory. This patch moves them into the right location and fixes the spec file to look for them correctly.
2010-02-18Build all manpages from a single locationStephen Gallagher1-1/+1
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+941
Also update BUILD.txt