1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s4:provision_basedn_modify - fix the "auditPolicy" attribute

I had to think about how to encode the string 0x0001 (taken from Windows Server).
The problem is due to the "0" byte at the beginning of it. BASE64 encoding
seems a good method to do it.
This commit is contained in:
Matthias Dieter Wallnöfer 2009-09-20 00:09:05 +02:00
parent 63b584bb15
commit 2b5d1dfe6b

View File

@ -4,8 +4,9 @@
dn: ${DOMAINDN}
changetype: modify
-
# This should be 0x0001, but the 0 byte is not allowed - therefore encoded
replace: auditingPolicy
auditingPolicy: 
auditingPolicy:: AAE=
-
replace: creationTime
creationTime: ${CREATTIME}