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