X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=UDLdap.py;h=46bd7d07f68ac94eed5efa7d5141bbd9b8a8d442;hb=619506fcec54daf0af7a605c4dc6963031bdc9a6;hp=9e2d2ee7e3b24408f10a588c77464860fddf03f5;hpb=d4a11fa21251926c13b92a9859907b18d0e09d1c;p=mirror%2Fuserdir-ldap.git diff --git a/UDLdap.py b/UDLdap.py index 9e2d2ee..46bd7d0 100644 --- a/UDLdap.py +++ b/UDLdap.py @@ -3,7 +3,7 @@ import time import userdir_ldap class Account: - array_values = ['keyFingerPrint'] + array_values = ['keyFingerPrint', 'mailWhitelist', 'mailRBL', 'mailRHSBL'] int_values = ['shadowExpire'] defaults = { 'accountStatus': 'active',