Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2484943
31-disable-audit-log.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
280 B
Referenced Files
None
Subscribers
None
31-disable-audit-log.sh
View Options
#!/bin/bash
. ./settings.sh
(
echo
"dn: cn=config"
echo
"changetype: modify"
echo
"replace: nsslapd-auditlog-logging-enabled"
echo
"nsslapd-auditlog-logging-enabled: off"
echo
""
)
|
ldapmodify -x -h
${
ldap_host
}
-D
"
${
ldap_binddn
}
"
-w
"
${
ldap_bindpw
}
"
-c
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Thu, Nov 20, 4:14 PM (17 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387191
Default Alt Text
31-disable-audit-log.sh (280 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment