summaryrefslogtreecommitdiff
path: root/server/conf_macros.m4
AgeCommit message (Collapse)AuthorFilesLines
2009-05-14Manpage generationJakub Hrozek1-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.
2009-04-28Invoke shadow-utils in sss_ toolsJakub Hrozek1-0/+13
Make shadow-utils base path configurable Use default values for params, allow configuring them
2009-03-13Fix makefilesSimo Sorce1-10/+17
Make so that definitions in the code and install paths actually match
2009-03-09typo, changed initrd to initSumit Bose1-8/+8
2009-03-06Specfile changes related to package review, package initscript Call ldconfigJakub Hrozek1-0/+16
2009-03-02Make tests configurableJakub Hrozek1-0/+17
2009-02-24Spec file patch Take 2:Stephen Gallagher1-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
2009-01-27Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ↵Stephen Gallagher1-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.
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher1-0/+59
Changing the default SBUS locations to be configure script parameters