summaryrefslogtreecommitdiff
path: root/src/conf_macros.m4
AgeCommit message (Collapse)AuthorFilesLines
2013-10-15Add CIFS idmap pluginBenjamin Franzke1-0/+14
https://fedorahosted.org/sssd/ticket/1534
2013-09-18Add journald supportJakub Hrozek1-0/+20
2013-09-09tests: Add dlopen test to make sure modules worksSimo Sorce1-0/+1
This tests dlopens and resolves all symbols to make sure there are no missing symbols in our provider modules.
2013-08-28krb5: Fetch ccname template from krb5.confStephen Gallagher1-1/+1
In order to use the same defaults in all system daemons that needs to know how to generate or search for ccaches we introduce ode here to take advantage of the new option called default_ccache_name provided by libkrb5. If set this variable we establish the same default for all programs that surce it out of krb5.conf therefore providing a consistent experience across the system. Related: https://fedorahosted.org/sssd/ticket/2036
2013-06-25init script: source /etc/sysconfig/sssdPavel Březina1-0/+13
https://fedorahosted.org/sssd/ticket/1959
2013-06-16subdomains: touch krb5.conf when creating new domain-realm mappingsPavel Březina1-0/+13
https://fedorahosted.org/sssd/ticket/1815
2013-05-21Check NSCD configuration fileOndrej Kos1-0/+14
https://fedorahosted.org/sssd/ticket/1785 nscd.conf file is now checked for the presence of caching settings for databases controlled by SSSD. Syslog warning is now written only if NSCD is running with interfering configuration or if configuration file couldn't be loaded. New configure option added to support non-standard locations --with-nscd-conf=PATH (defaultly set to /etc/nscd.conf) This is just a workaround until the following bugzilla is resolved: https://bugzilla.redhat.com/show_bug.cgi?id=963908
2013-05-02Default TEST_DIR to cwd, not empty string if not set explicitlyLukas Slebodnik1-3/+4
If configure isn't being run with argument --with-test-dir, then variable TEST_DIR will be defined, but its value will be empty (""). In this case opendir will fail with uncatched error "Directory does not exist, or name is an empty string". Finally function call dirfd will segfault because its argument is NULL. I changed default value of TEST_DIR (if --with-test-dir was not used). Function tests_set_cwd does not ignore return value of chdir, because TEST_DIR should not be the empty string.
2013-03-27Provide libnl3 supportOndrej Kos1-3/+28
https://fedorahosted.org/sssd/ticket/812 Update the monitor code to be using the new libnl3 API. Changed configure option --with-libnl By default, it tries to build with libnl3, if not found, then with libnl1, if this isn't found either, build proceeds without libnl, just with warning. Specifing --with-libnl=<libnl3|libnl1|no> checks for the specific given version, if not found, configure ends with error.
2012-09-24autofs, sudo, ssh and PAC are not experimental anymoreJakub Hrozek1-24/+6
2012-06-25BUILD: Change default unicode library to glib2Stephen Gallagher1-2/+2
This patch also removes the references to 'cvs' and 'nscd' from BUILD.txt, as they are no longer necessary.
2012-06-21PAC client: add krb5 authdata pluginSumit Bose1-0/+14
2012-06-14Make krb5_ccname_template and krb5_ccachedir configurableJakub Hrozek1-0/+30
2012-03-19nsssrv: shared memory cache server initializationSimo Sorce1-0/+17
2012-02-27Eliminate build-time requirement for nscdStephen Gallagher1-7/+8
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.
2012-02-07Make sudo installation path configurable, install into libdir by defaultJakub Hrozek1-0/+14
2012-02-07BUILD: Introduce a --with-ssh config optionJan Cholasta1-0/+22
2012-02-05BUILD: Introduce a --with-autofs config optionJakub Hrozek1-0/+22
This would allow to select the autofs feature during build without having to select the other features.
2012-02-04Fix configure with old autoconf versionsJakub Hrozek1-1/+0
2012-02-04SUDO: introduce a new config option --with-sudoJakub Hrozek1-0/+23
At the time being the option is also turned on when --enable-all-experimental-features is specified. https://fedorahosted.org/sssd/ticket/1145
2012-01-17Add a configure switch to specify 3rd party app libraries locationJakub Hrozek1-1/+18
2011-12-08Added sssd --version optionPavel Březina1-0/+11
https://fedorahosted.org/sssd/ticket/953
2011-12-05Allow using Glib for UTF8 supportStephen Gallagher1-0/+21
2011-09-02Add option to specify the kerberos replay cache dirStephen Gallagher1-0/+15
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-07-08Add support for experimental featuresSumit Bose1-0/+6
New experimental features should have their own configure switch to enable or disable them at compile time. Additionally they can check if the configure variable build_all_experimental_features is set and enable the feature. This variable will be set if the command line option --enable-all-experimental-features is used to configure sssd. This will make it easy to enable all experimental features. Experimental features should be marked in the man pages. To simplify this include/experimental.xml can be used.
2011-05-20Add new options to override shell valueJakub Hrozek1-0/+14
https://fedorahosted.org/sssd/ticket/742
2011-04-27Require openssl-devel is libcrypto backend is selectedJakub Hrozek1-0/+22
2011-04-12Provide a configuration option to use systemd unit fileJakub Hrozek1-0/+44
https://fedorahosted.org/sssd/ticket/837
2011-01-17Remove support for pre-1.1 netlinkStephen Gallagher1-4/+3
Netlink 1.0 and older is buggy and unreliable, occasionally causing tight-loops. We're no longer going to try to support it. https://fedorahosted.org/sssd/ticket/755
2010-09-02Add gentoo-specific init dirMaxim1-0/+3
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2010-07-09Use netlink to detect going onlineJakub Hrozek1-0/+16
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-05-21Remove bash-isms from configure macrosPetter Reinholdtsen1-5/+5
2010-04-08SELinux login managementJakub Hrozek1-0/+16
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.
2010-03-15Remove unused M4 codeJakub Hrozek1-14/+0
2010-03-15Flush NSCD cache after modifying local databaseJakub Hrozek1-0/+14
Fixes: #221
2010-03-04Add --with-test-dir option to configureStephen Gallagher1-0/+12
All 'make check' tests will chdir() into this directory before running the suite. This provides the option of having temporary files generated in a tmpfs or ramdisk
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+207
Also update BUILD.txt