Accepting request 455790 from home:luizluca:branches:network:ldap
Simply add /etc/sssd/conf.d/ for configuration snippets OBS-URL: https://build.opensuse.org/request/show/455790 OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=181
This commit is contained in:
parent
aab7330625
commit
d7756cde6a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 19:58:55 UTC 2017 - luizluca@gmail.com
|
||||
|
||||
- Added /etc/sssd/conf.d/ for configuration snippets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 19:25:09 UTC 2017 - michael@stroeder.com
|
||||
|
||||
|
@ -420,6 +420,7 @@ install -d "$b/%_mandir"/{cs,cs/man8,nl,nl/man8,pt,pt/man8,uk,uk/man1} \
|
||||
"$b/%_mandir"/{uk/man5,uk/man8}
|
||||
install -d "$b/%_sysconfdir/sssd"
|
||||
install -m600 src/examples/sssd-example.conf "$b/%_sysconfdir/sssd/sssd.conf"
|
||||
install -d "$b/%_sysconfdir/sssd/conf.d"
|
||||
install -d "$b/%_unitdir"
|
||||
install -m644 %{S:4} "$b/%_unitdir/sssd.service"
|
||||
rm -Rf "$b/%_initddir"
|
||||
@ -526,6 +527,7 @@ rm -f /var/lib/sss/db/*.ldb
|
||||
%attr(750,root,root) %dir %_localstatedir/log/%name/
|
||||
%dir %_sysconfdir/sssd/
|
||||
%config(noreplace) %_sysconfdir/sssd/sssd.conf
|
||||
%dir %_sysconfdir/sssd/conf.d
|
||||
%dir %_sysconfdir/pam.d/
|
||||
%config(noreplace) %_sysconfdir/pam.d/sssd-shadowutils
|
||||
%dir %_datadir/%name/
|
||||
|
Loading…
Reference in New Issue
Block a user