File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ DBDN=`sudo ldapsearch -Q -LLL -Y EXTERNAL -H ldapi:/// -b cn=config '(&(olcRootD
4444
4545sudo ldapadd -Q -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/ppolicy.ldif
4646
47- sudo service slapd restart
48-
4947sudo ldapmodify -Q -Y EXTERNAL -H ldapi:/// << EOF
5048dn: $DBDN
5149changetype: modify
@@ -90,8 +88,6 @@ add: olcModuleLoad
9088olcModuleLoad: dds
9189EOF
9290
93- sudo service slapd restart
94-
9591sudo ldapadd -Q -Y EXTERNAL -H ldapi:/// << EOF
9692dn: olcOverlay=sssvlv,$DBDN
9793objectClass: olcOverlayConfig
@@ -116,17 +112,13 @@ objectClass: olcDdsConfig
116112olcOverlay: dds
117113EOF
118114
119- sudo service slapd restart
120-
121115sudo ldapmodify -Q -Y EXTERNAL -H ldapi:/// << EOF
122116dn: $DBDN
123117changetype: modify
124118add: olcDbIndex
125119olcDbIndex: entryExpireTimestamp eq
126120EOF
127121
128- sudo service slapd restart
129-
130122ldapadd -H ldapi:/// -D cn=Manager,dc=my-domain,dc=com -w secret << EOF
131123dn: dc=my-domain,dc=com
132124objectClass: top
@@ -164,6 +156,8 @@ o: php ldap tests
164156## pwdSafeModify: FALSE
165157EOF
166158
159+ sudo service slapd restart
160+
167161# Verify TLS connection
168162tries=0
169163while : ; do
You can’t perform that action at this time.
0 commit comments