Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-utils
Commits
1cd5a709
Commit
1cd5a709
authored
May 12, 2020
by
Alicja Reniewicz
Browse files
fix path in configureLdap.sh script
parent
d82f5253
Pipeline
#8638
passed with stage
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
melodic_installation/configureLdap.sh
View file @
1cd5a709
...
...
@@ -9,5 +9,5 @@ sudo docker exec `sudo docker ps | grep "ldap" | awk '{print $1;}'` ldapadd -Y E
sudo
docker
exec
`
sudo
docker ps |
grep
"ldap"
|
awk
'{print $1;}'
`
ldapmodify
-x
-a
-H
ldapi:///
-D
cn
=
admin,dc
=
example,dc
=
org
-w
melodic
-f
/tmp/ppolicy-default.ldif
sudo
docker
exec
`
sudo
docker ps |
grep
"ldap"
|
awk
'{print $1;}'
`
ldapadd
-h
"
$MELODIC_IP
"
-c
-D
cn
=
admin,dc
=
example,dc
=
org
-w
melodic
-f
/tmp/group.ldif
sudo
docker
exec
`
sudo
docker ps |
grep
"ldap"
|
awk
'{print $1;}'
`
ldapadd
-h
"
$MELODIC_IP
"
-c
-D
cn
=
admin,dc
=
example,dc
=
org
-w
melodic
-f
/tmp/technical_user.ldif
cd
~/utils/melodic_installation
cd
~/
melodic-
utils/melodic_installation
./addLdapUser.sh
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment