Skip to content

Commit

Permalink
undo force simple bind
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Kodden committed Oct 8, 2024
1 parent 6d2d582 commit df5b8f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ jobs:
- name: ldap - Initialization...
run: >
sleep 5;
ldapwhoami -x -H ${LDAP_URL} -D ${LDAP_BIND_DN} -w ${LDAP_ADMIN_PASSWORD};
ldapwhoami -H ${LDAP_URL} -D ${LDAP_BIND_DN} -w ${LDAP_ADMIN_PASSWORD};
for f in access eduPerson voPerson groupOfMembers config sramPerson;
do
ldapadd -x \
-H ${LDAP_URL} \
ldapadd -H ${LDAP_URL} \
-D cn=admin,cn=config \
-w ${LDAP_CONFIG_PASSWORD} \
-f etc/ldif/$f.ldif;
Expand Down

0 comments on commit df5b8f7

Please sign in to comment.