X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=UDLdap.py;h=4f83137f1e892468ba27fa3abf2a94589f41b565;hb=9c3400fed701494b24575a602d25a83ae1815b72;hp=9e2d2ee7e3b24408f10a588c77464860fddf03f5;hpb=059c1ab2073bf678019edafff8c515ed1d2c341a;p=mirror%2Fuserdir-ldap.git diff --git a/UDLdap.py b/UDLdap.py index 9e2d2ee..4f83137 100644 --- a/UDLdap.py +++ b/UDLdap.py @@ -3,8 +3,8 @@ import time import userdir_ldap class Account: - array_values = ['keyFingerPrint'] - int_values = ['shadowExpire'] + array_values = ['keyFingerPrint', 'mailWhitelist', 'mailRBL', 'mailRHSBL', 'supplementaryGid'] + int_values = ['shadowExpire', 'gidNumber'] defaults = { 'accountStatus': 'active', 'keyFingerPrint': []