summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2009-09-28Tighten up permission.Simo Sorce1-1/+1
SSSD may contain passwords and other sensitive data, make sure we always keep its permission tight. Also make /etc/sssd permission very strict, just in case, admins may inadvertently copy an sssd.conf file without checking it's permissions.
2009-09-25Convert the example config to v2 format, upgrade config on update onlyJakub Hrozek1-2/+4
2009-09-25Send debug messages to logfileJakub Hrozek1-0/+1
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.
2009-09-25Split out an sssd-clients packageSimo Sorce1-6/+27
2009-09-25script to upgrade config to v2Jakub Hrozek1-0/+6
2009-09-24added support for older MIT kerberos versionssbose1-2/+7
- make the build of the locator plugin optional - added a man page for the locator plugin - use krb5.h if krb5/krb5.h cannot be found - added alternatives for missing functions - set -DDBUS_API_SUBJECT_TO_CHANGE if libdbus version is lesser than 1.0.0
2009-09-21Provide python bindings for sysdbJakub Hrozek1-1/+6
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
2009-09-15Add PRERELEASE_VERSION variable for use in sssd.spec.inStephen Gallagher1-1/+1
This will add a second, optional line to the VERSION file that will be used by the automated build scripts to create snapshot versions.
2009-09-02Move RPM specfiles into contrib/Stephen Gallagher1-0/+171
Support RHEL 5 in the spec file