summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* SELinux login managementJakub Hrozek2010-04-081-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.
* Move SELinux related functions into its own moduleJakub Hrozek2010-04-081-0/+1
| | | | Fix whitespace errors
* Make sss_userdel check for logged in usersJakub Hrozek2010-04-061-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
* Fix LDAP search paths for IPA HBACSumit Bose2010-03-251-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
* Flush NSCD cache after modifying local databaseJakub Hrozek2010-03-151-1/+2
| | | | Fixes: #221
* Fix build when check-devel is not installedStephen Gallagher2010-03-121-4/+4
| | | | | tests/common.c is now required by all tests (check-based and not), so we need to properly ifdef it
* Add simple access providerSumit Bose2010-03-081-5/+30
|
* Package example logrotate scriptJakub Hrozek2010-03-081-0/+1
|
* Add --with-test-dir option to configureStephen Gallagher2010-03-041-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
* Better cleanup task handlingJakub Hrozek2010-02-231-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
* Fix two typosSumit Bose2010-02-191-2/+2
|
* Fix bad mergeStephen Gallagher2010-02-181-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.
* Build all manpages from a single locationStephen Gallagher2010-02-181-1/+1
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+941
Also update BUILD.txt