diff --git a/script/ldap_register.sh b/script/ldap_register.sh index 24d25dd..a922dbe 100755 --- a/script/ldap_register.sh +++ b/script/ldap_register.sh @@ -17,7 +17,7 @@ HOST="localhost" PORT="389" USERNAME="cn=admin,dc=sei,dc=com" BASE="dc=sei,dc=com" -PASSWORD="cfl5OcVJ" +PASSWORD="sei1234" ####################################################################################################################### @@ -26,7 +26,7 @@ git clone https://github.com/macartur/Ldap-Register.git cd Ldap-Register bundle install -sudo yum install nodejs +sudo yum install nodejs -y # criar arquivo de configuração ldap echo "host: ${HOST}" > /opt/Ldap-Register/config/ldap.yml -- libgit2 0.21.2