Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2485009
00-allow-anonymous-bind.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
271 B
Referenced Files
None
Subscribers
None
00-allow-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: on"
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:26 PM (20 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387248
Default Alt Text
00-allow-anonymous-bind.sh (271 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment