summaryrefslogtreecommitdiff
path: root/contrib/suse
AgeCommit message (Collapse)AuthorFilesLines
2011-09-06sss_debuglevel - change the debug levels on the flyPavel Březina1-0/+2
https://fedorahosted.org/sssd/ticket/950
2010-06-28Replace %define with %global in example specStephen Gallagher1-6/+6
2010-04-30Remove the NSS_LIBS and KRB5_LIBS variables from sssd.specStephen Gallagher1-2/+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-08SELinux login managementJakub Hrozek1-0/+1
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-02-02Update suse sssd.specSergey V. Kovylov1-3/+65
2010-01-20Update the url in the spec filesSumit Bose1-1/+1
2009-12-15sssd.spec for SLESSergei V. Kovylov1-0/+238