summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2011-12-12Update spec file to build with Glib on RHEL 5Stephen Gallagher1-2/+9
2011-09-15Fix typo in specfileStephen Gallagher1-2/+2
2011-09-15Do not build documentation on RHEL 5Stephen Gallagher1-1/+17
RHEL 5 has a very old version of doxygen that does not search the correct locations for documentation.
2011-09-08Add libipa_hbac documentation to the -devel packageStephen Gallagher1-1/+5
2011-09-06Remove all libtool .la files from RPMStephen Gallagher1-13/+2
2011-09-06sss_debuglevel - change the debug levels on the flyPavel Březina2-0/+4
https://fedorahosted.org/sssd/ticket/950
2011-09-02Fix typo in %configureStephen Gallagher1-1/+1
2011-09-02Add option to specify the kerberos replay cache dirStephen Gallagher1-0/+2
Adds a configure option to set the distribution default as well as an sssd.conf option to override it. https://fedorahosted.org/sssd/ticket/980
2011-08-11Fix broken RHEL5 buildStephen Gallagher1-0/+1
RPM in RHEL 5 requires %ghost entries to be present in the build root.
2011-08-10Remove private shared object Provides: for pysss.so and pyhbac.soStephen Gallagher1-0/+6
2011-08-10Include the configuration file as a %ghost entryStephen Gallagher1-0/+1
The recent change to cease installing the sample configuration file caused existing config files to be removed on upgrade. This will prevent that from happening.
2011-08-08Rename sssd.conf to sssd-example.confStephen Gallagher1-4/+3
This file should not be installed by default. It leads to user confusion. We will instead install it as documentation. Fix incorrect example of entry_cache_nowait_percentage
2011-08-01Require matched version and release for libipa_hbacStephen Gallagher1-0/+1
2011-07-29libipa_hbac: Support case-insensitive comparisons with UTF8Stephen Gallagher1-0/+1
2011-07-08Provide python bindings for the HBAC evaluator libraryJakub Hrozek1-1/+16
2011-07-08Add HBAC evaluator and testsStephen Gallagher1-0/+29
2011-05-31Ensure that SSSD always Requires: the primary-arch sssd-clientStephen Gallagher1-1/+1
https://bugzilla.redhat.com/show_bug.cgi?id=709333
2011-05-06Add support for openldap24 package on RHEL 5.7Sumit Bose1-0/+8
2011-05-04Include manpage for sss_cacheStephen Gallagher1-0/+1
2011-05-04Cache cleaning toolJan Zeleny1-0/+1
2011-02-16Fix specfile for RHEL5Stephen Gallagher1-0/+10
RHEL5 uses an old libtool. We need to forcibly remove certain m4 files before running autoreconf to ensure that they get replaced with the appropriate old versions.
2011-02-14Detect the proper location for memberof.soStephen Gallagher1-2/+6
2011-02-14Minor specfile changesStephen Gallagher1-1/+2
We should be using BuildRequires: gettext-devel Also, for best compatibility across multiple RPM-based distros, we should be running autoreconf before configure.
2011-02-03Make SSSDConfig API configuration readableStephen Gallagher1-4/+4
Previously, only root could read these files, but it makes sense to allow non-root users to prototype sssd.conf files.
2011-01-31Fix handling of translated man pages in spec fileSumit Bose1-4/+15
If po4a is not available 'make rpms' will fail because the spec file expects that some translated man pages are present. This patch tries to detect which translated man pages are available and adds them to the corresponding file list.
2011-01-25Add missing gettext BuildRequiresStephen Gallagher1-0/+1
2011-01-24Add uk translation to specfileStephen Gallagher1-0/+1
2010-12-23Remove unnecessary po4a BuildRequiresStephen Gallagher1-1/+0
2010-12-23Build and install translated man pages by defaultSumit Bose1-1/+0
2010-12-22Add Czech translationJakub Hrozek1-0/+2
Translated a couple of strings from manpages into Czech. Makes the manpage translation patch testable.
2010-12-22Make manual pages translatableJakub Hrozek1-0/+2
Utilizes PO4A to extract translatable strings from Docbook XML sources and allows translators to submit ordinary .PO files. PO4A then generates translated Docbook documents that can be used to generate translated end user documentation. https://fedorahosted.org/sssd/ticket/297
2010-12-06Move sss_* tools into their own subpackageStephen Gallagher1-16/+33
2010-10-13Assorted specfile changesStephen Gallagher1-8/+10
Several problems with the specfile were fixed in the SSSD release in certain RPM-based distributions. This patch pulls them into the example specfile
2010-10-13Rename upgrade_config.py and build it properlyStephen Gallagher1-4/+0
Previously, we were just copying the script into the libexec dir during installation. However, this causes problems for packaging multilib on several distributions. https://fedorahosted.org/sssd/ticket/641
2010-09-22Fix assorted specfile issuesStephen Gallagher1-8/+6
1) Pam modules should be explicitly built for /lib64/security 2) The krb5 locator plugin is always built; remove the conditional 3) The krb5 locator plugin belongs in the sssd-client package 4) The sss_obfuscate manpage was not packaged
2010-09-08sss_obfuscate toolJakub Hrozek1-0/+1
A tool to add obfuscated passwords into the SSSD config file
2010-08-19Build SSSD RPMs with external librariesStephen Gallagher1-225/+8
2010-07-09Use netlink to detect going onlineJakub Hrozek1-0/+1
Integrates libnl to detect adding routes. When a route is added, the offline status of all back ends is reset. This patch adds no heuristics to detect whether back end went offline. Fixes: #456
2010-06-28Replace %define with %global in example specStephen Gallagher2-16/+16
2010-06-28Fixing types in queue and stack interfacesDmitri Pal1-4/+3
2010-06-28Bump libini_config version to 0.6.0Stephen Gallagher1-1/+1
2010-06-28Drop release requirement from versionsStephen Gallagher1-4/+4
2010-05-26Add support for delayed kinit if offlineSumit Bose1-0/+2
If the configuration option krb5_store_password_if_offline is set to true and the backend is offline the plain text user password is stored and used to request a TGT if the backend becomes online. If available the Linux kernel key retention service is used.
2010-05-16Add dynamic DNS updates to FreeIPAStephen Gallagher1-0/+1
This adds two new options: ipa_dyndns_update: Boolean value to select whether this client should automatically update its IP address in FreeIPA DNS. ipa_dyndns_iface: Choose an interface manually to use for updating dynamic DNS. Default is to use the interface associated with the LDAP connection to FreeIPA. This patch supports A and AAAA records. It relies on the presence of the nsupdate tool from the bind-utils package to perform the actual update step. The location of this utility is set at build time, but its availability is determined at runtime (so clients that do not require dynamic update capability do not need to meet this dependency).
2010-05-07Revert "Add dynamic DNS updates to FreeIPA"Stephen Gallagher1-1/+0
This reverts commit 973b7c27c0b294b8b2f120296f64c6a3a36e44b7. While this patch applied cleanly, it was uncompilable. Reverting until it can be properly merged.
2010-05-07Add dynamic DNS updates to FreeIPAStephen Gallagher1-0/+1
This adds two new options: ipa_dyndns_update: Boolean value to select whether this client should automatically update its IP address in FreeIPA DNS. ipa_dyndns_iface: Choose an interface manually to use for updating dynamic DNS. Default is to use the interface associated with the LDAP connection to FreeIPA. This patch supports A and AAAA records. It relies on the presence of the nsupdate tool from the bind-utils package to perform the actual update step. The location of this utility is set at build time, but its availability is determined at runtime (so clients that do not require dynamic update capability do not need to meet this dependency).
2010-04-30Remove the NSS_LIBS and KRB5_LIBS variables from sssd.specStephen Gallagher2-4/+0
Due to the way RPM processes the %configure macro, these variables were not actually being passed down to recursive configure invocations. In other words, they were useless. Futhermore, in more recent Fedora versions (13+), some of the dependencies have moved from -lnss to -lnspr4. As a result, it is safer to rely on the complete output of 'pkg-config nss --libs' instead of restricting to -lnss. The downside to this is that it may result in linking unnecessarily against other NSS components such as libsmime3 and libplc4 (among others). However, since these are already dependencies of libnss itself, there should be no risk of them being unavailable on the platform when installed.
2010-04-14Fixing spec file to match version.Dmitri Pal1-3/+3
2010-04-08Adding interface documentationDmitri Pal1-0/+1
Package refarray documentation by default
2010-04-08SELinux login managementJakub Hrozek2-0/+3
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.