Commit 3bca83ebeec0a9764cb86c564922b1a6480c38b1
1 parent
a1c6da61
Exists in
master
and in
1 other branch
Adicionando -y instalação nodejs e alterando variavel de senha do ldap
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
script/ldap_register.sh
| ... | ... | @@ -17,7 +17,7 @@ HOST="localhost" |
| 17 | 17 | PORT="389" |
| 18 | 18 | USERNAME="cn=admin,dc=sei,dc=com" |
| 19 | 19 | BASE="dc=sei,dc=com" |
| 20 | -PASSWORD="cfl5OcVJ" | |
| 20 | +PASSWORD="sei1234" | |
| 21 | 21 | |
| 22 | 22 | ####################################################################################################################### |
| 23 | 23 | |
| ... | ... | @@ -26,7 +26,7 @@ git clone https://github.com/macartur/Ldap-Register.git |
| 26 | 26 | |
| 27 | 27 | cd Ldap-Register |
| 28 | 28 | bundle install |
| 29 | -sudo yum install nodejs | |
| 29 | +sudo yum install nodejs -y | |
| 30 | 30 | |
| 31 | 31 | # criar arquivo de configuração ldap |
| 32 | 32 | echo "host: ${HOST}" > /opt/Ldap-Register/config/ldap.yml | ... | ... |