summaryrefslogtreecommitdiffstats
path: root/server/conf_macros.m4
Commit message (Collapse)AuthorAgeFilesLines
* Read KDC info from file instead from environmentSumit Bose2009-11-231-0/+17
| | | | | | Then name or IP adress of the KDC is written into the pubconf directory into a file named kdcinfo.REALM. The locator plugin will then read this file and pass the data to the kerberos libraries.
* User home directories managementJakub Hrozek2009-10-221-0/+17
| | | | | | Create and populate user directories on useradd, delete them on userdel Fixes: #212
* Send debug messages to logfileJakub Hrozek2009-09-251-0/+17
| | | | | | | | | | | | | Introduces a new option --debug-to-files which makes SSSD output its debug information to a file instead of stderr, which is still the default. Also introduces a new confdb option debug_to_files which does the same, but can be specified per-service in the config file. The logfiles are stored in /var/log/sssd by default. Changes the initscript to log to files by default.
* Provide python bindings for sysdbJakub Hrozek2009-09-211-0/+17
| | | | | | | | Implement a set of python bindings for the sysdb with feature set similar to what is available in the tools. The primary consumers would be applications like system-config-users. Resolves: Ticket #102
* Eliminate the --with-tests configure flagStephen Gallagher2009-08-191-18/+0
| | | | | | | | | | | --with-tests was confusing. Since we now build our tests only with 'make check', it doesn't make sense for this to be a configure- time option. We will detect during configure whether the 'check' package is available and we will use them if so. Otherwise, we will only build and execute any test suites that do not rely on the 'check' framework. We will print warning during 'configure' if CHECK is not installed
* Remove unused InfoPipe and PolicyKit codeStephen Gallagher2009-07-201-34/+0
|
* added kerberos locator pluginSumit Bose2009-07-021-1/+13
|
* Enable automake builds for sssd serverStephen Gallagher2009-05-191-10/+14
|
* Manpage generationJakub Hrozek2009-05-141-0/+30
| | | | | | | | | Provides a set of make rules for generating UNIX manual pages from DocBook 4.5 source as well as sample manpage for sss_useradd. Automatic generation of manual pages during "make" process is tunable with config parameter "--with-manpages". To rebuild the man pages separately, use the "make doc" target. Before building, the manpages are validated using a DTD schema.
* Invoke shadow-utils in sss_ toolsJakub Hrozek2009-04-281-0/+13
| | | | | Make shadow-utils base path configurable Use default values for params, allow configuring them
* Fix makefilesSimo Sorce2009-03-131-10/+17
| | | | Make so that definitions in the code and install paths actually match
* typo, changed initrd to initSumit Bose2009-03-091-8/+8
|
* Specfile changes related to package review, package initscript Call ldconfigJakub Hrozek2009-03-061-0/+16
|
* Make tests configurableJakub Hrozek2009-03-021-0/+17
|
* Spec file patch Take 2:Stephen Gallagher2009-02-241-9/+28
| | | | | | | | | | | | | | | Adding support for generating RPMS for sssd. Fixing TDB autoconf macros to require version 1.1.3 and support for the tdb_repack symbol (required by LDB) Updating tdb.h to #include <sys/stat.h> for proper autoconf Build system modifications to simplify RPM generation Fixing RPM build system as recommended during code review Minor tweaks to Makefile and sssd.spec Make policykit and infopipe configurable Soname and symlinks
* Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ↵Stephen Gallagher2009-01-271-0/+14
| | | | It will connect and authenticate successfully (using the included D-BUS policy file installed in the correct /etc directory. Does not yet listen for requests.
* Replacing hard-coded paths with configure script substitutions.Stephen Gallagher2008-11-241-0/+59
Changing the default SBUS locations to be configure script parameters