summaryrefslogtreecommitdiffstats
path: root/src/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused configure macroStephen Gallagher2010-04-141-1/+0
|
* Support docdir and abs_builddirStephen Gallagher2010-04-121-0/+1
| | | | | | | | Old versions of autoconf (before 2.60) did not include support for the docdir and abs_builddir variables. This patch emulates support for them. Fixes https://fedorahosted.org/sssd/ticket/422
* SELinux login managementJakub Hrozek2010-04-081-0/+5
| | | | | | | | | | 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.
* Allow running with read only rootJakub Hrozek2010-03-251-1/+1
| | | | | | | Packages /etc/rwtab.d/sssd file that allows SSSD to run on a read-only root filesystem. Fixes: #428
* Flush NSCD cache after modifying local databaseJakub Hrozek2010-03-151-0/+2
| | | | Fixes: #221
* Fix build when check-devel is not installedStephen Gallagher2010-03-121-0/+2
| | | | | tests/common.c is now required by all tests (check-based and not), so we need to properly ifdef it
* Add --with-test-dir option to configureStephen Gallagher2010-03-041-0/+4
| | | | | | 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
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+145
Also update BUILD.txt