mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-23 17:33:57 +02:00
Uh oh
This commit is contained in:
parent
e3243ce6b0
commit
22517cef68
19
unix_integration/Makefile
Normal file
19
unix_integration/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
|
||||
|
||||
dev_install:
|
||||
@ echo "WARNING: THIS WILL BREAK EXISTING UNIXD INSTALLS"
|
||||
@ echo "ctrl-c now if this is not what you want"
|
||||
read
|
||||
@ echo "LAST CHANCE"
|
||||
sleep 5
|
||||
ln -s -f ../platform/opensuse/kanidm-unixd.service /etc/systemd/system/kanidm-unixd.service
|
||||
ln -s -f ../platform/opensuse/kanidm-unixd-tasks.service /etc/systemd/system/kanidm-unixd-tasks.service
|
||||
ln -s -f ../target/debug/kanidm-unix /usr/sbin/kanidm-unix
|
||||
ln -s -f ../target/debug/kanidm_ssh_authorizedkeys /usr/sbin/kanidm_ssh_authorizedkeys
|
||||
ln -s -f ../target/debug/kanidm_unixd_tasks /usr/sbin/kanidm_unixd_tasks
|
||||
ln -s -f ../target/debug/kanidm_unixd /usr/sbin/kanidm_unixd
|
||||
ln -s -f ../target/debug/libpam_kanidm.so /lib64/security/pam_kanidm.so
|
||||
ln -s -f ../target/debug/libnss_kanidm.so /usr/lib64/libnss_kanidm.so.2
|
||||
|
||||
|
Loading…
Reference in a new issue