File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1313echo " Copie des fichiers dans ${INSTALL} "
1414mkdir $INSTALL /etc
1515cp ./etc/* $INSTALL /etc
16+
1617mkdir $INSTALL /bin
17- cp ./bin/* $INSTALL /bin
18- chmod 700 $INSTALL /bin/*
1918mkdir $INSTALL /lib
2019PWD=` pwd`
2120cp ./lib/__init__.py $INSTALL /lib
2221ln -s $PWD /lib/backend_ldap_utils.py $INSTALL /lib/backend_ldap_utils.py
22+ ln -s $PWD /bin/changepwd.py $INSTALL /bin/changepwd.py
23+ ln -s $PWD /bin/ping.py $INSTALL /bin/ping.py
24+ ln -s $PWD /bin/resetpwd.py $INSTALL /bin/resetpwd.py
25+ ln -s $PWD /bin/upsertidentity.py $INSTALL /bin/upsertidentity.py
26+ ln -s $PWD /bin/delentity.py $INSTALL /bin/delentity.py
27+ chmod 700 $INSTALL /bin/*
2328cp config.yml $INSTALL
24-
2529echo " Le backend a été installé dans $INSTALL "
30+
2631echo " Configuration"
2732read -p " Url du serveur ldap (ldap[s]://FDQN:PORT : " HOST
2833read -p " Dn d'authentification (doit avoir les droits d'ecriture) : " DN
You can’t perform that action at this time.
0 commit comments