| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
It will be easier to catch errors at build-time
|
| |
|
|
|
|
|
|
| |
We will now use the autodetected location if available, or else
fall back to a value provided by --with-nscd in configure and
finally resort to a hard-coded default of /usr/sbin/nscd.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Older versions of SSSD (1.5 and earlier) would take a debug_level
value set in the [sssd] section as authoritative for all other
sections where not explicitly overridden. We changed this so that
all sections need to set it if they want debug logs set.
This script can be run to make the new version continue to produce
the same logs as the old versions did, by explicitly adding
debug_level to all domains and services that did not have it set
already.
Bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=753763
|
| |
|
|
|
|
|
| |
The sssd-client subpackage is multilib, so it cannot contain
conflicting /usr/bin executables.
|
|
|
|
| |
https://fedorahosted.org/sssd/ticket/1175
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is the library the autofs client is using. automounter dlopen()s
the library so there is no header file, no pkgconfig file and the
library is in the libsss_autofs package, not in -devel.
The library provides the following interface:
* _sss_setautomntent() - select the map for processing
* _sss_getautomntent_r() - iterates through key/value pairs in the
selected map. The key is usually the mount
point, the value is mount information
(server:/export)
* _sss_getautomntbyname_r() - returns value for a specific key.
* _sss_endautomntent() deselect a map, clean up
|
| |
|
|
|
|
| |
https://fedorahosted.org/sssd/ticket/1158
|
| |
|
| |
|
| |
|
|
|
|
|
| |
RHEL 5 has a very old version of doxygen that does not search the
correct locations for documentation.
|
| |
|
| |
|
|
|
|
| |
https://fedorahosted.org/sssd/ticket/950
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
RPM in RHEL 5 requires %ghost entries to be present in the build
root.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.redhat.com/show_bug.cgi?id=709333
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
We should be using BuildRequires: gettext-devel
Also, for best compatibility across multiple RPM-based distros, we
should be running autoreconf before configure.
|
|
|
|
|
| |
Previously, only root could read these files, but it makes sense
to allow non-root users to prototype sssd.conf files.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Translated a couple of strings from manpages into Czech. Makes the
manpage translation patch testable.
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Several problems with the specfile were fixed in the SSSD release
in certain RPM-based distributions. This patch pulls them into the
example specfile
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|