Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2484988
00-disallow-anonymous-bind.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
272 B
Referenced Files
None
Subscribers
None
00-disallow-anonymous-bind.sh
View Options
#!/bin/bash
. ./settings.sh
(
echo
"dn: cn=config"
echo
"changetype: modify"
echo
"replace: nsslapd-allow-anonymous-access"
echo
"nsslapd-allow-anonymous-access: off"
echo
""
)
|
ldapmodify -x -h
${
ldap_host
}
-D
"
${
ldap_binddn
}
"
-w
"
${
ldap_bindpw
}
"
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Thu, Nov 20, 5:18 PM (18 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387231
Default Alt Text
00-disallow-anonymous-bind.sh (272 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment