summaryrefslogtreecommitdiffstats
path: root/contrib/sssd.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix RPM builds on older versions of rpmbuildStephen Gallagher2009-10-201-3/+4
| | | | | | Older versions of rpmbuild do not accept multiple '-f' options being specified, so we'll add the krb5_locator_plugin.so to the sss_daemon.lang filelist instead of putting it in its own file.
* Start implementing ipa specific options.Simo Sorce2009-10-201-0/+1
| | | | | First step generate ldap options from ipa options. Add sssd-ipa man page too.
* Clean up rpmlint errors and warnings in sssd-client packageStephen Gallagher2009-10-201-0/+4
| | | | | | - Run ldconfig in sssd-client post and postun - Version libnss_sss.so as libnss_sss.so.2 (to set the correct SONAME)
* Better detect installed language filesStephen Gallagher2009-10-201-4/+9
|
* Use Python 3-compatible sitearch and sitelibStephen Gallagher2009-10-201-2/+2
|
* add missing %defattr to the filelist of the client packageSumit Bose2009-10-141-0/+1
|
* Package SSSDConfig APIStephen Gallagher2009-10-131-0/+9
|
* Change requirement on libldb to libldb >= 0.9.3Stephen Gallagher2009-09-301-1/+1
|
* Tighten up permission.Simo Sorce2009-09-281-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.
* Convert the example config to v2 format, upgrade config on update onlyJakub Hrozek2009-09-251-2/+4
|
* Send debug messages to logfileJakub Hrozek2009-09-251-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.
* Split out an sssd-clients packageSimo Sorce2009-09-251-6/+27
|
* script to upgrade config to v2Jakub Hrozek2009-09-251-0/+6
|
* added support for older MIT kerberos versionssbose2009-09-241-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
* Provide python bindings for sysdbJakub Hrozek2009-09-211-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
* Add PRERELEASE_VERSION variable for use in sssd.spec.inStephen Gallagher2009-09-151-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.
* Move RPM specfiles into contrib/Stephen Gallagher2009-09-021-0/+171
Support RHEL 5 in the spec file