X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=UDLdap.py;fp=UDLdap.py;h=90c942d16b2f1a46747f4cc33c703d77d65a544f;hp=5b0caa7c4fb44243e62595a5650ec6e02de931a1;hb=89648b4805761b9df8de5c8f8ef000dc42cc5c4b;hpb=d1ad8523f8e88bf96d9c515da8c8c451a3089bea diff --git a/UDLdap.py b/UDLdap.py index 5b0caa7..90c942d 100644 --- a/UDLdap.py +++ b/UDLdap.py @@ -4,7 +4,7 @@ import userdir_ldap class Account: array_values = ['keyFingerPrint', 'mailWhitelist', 'mailRBL', 'mailRHSBL', 'supplementaryGid', 'sshRSAAuthKey', 'sudoPassword'] - int_values = ['shadowExpire', 'gidNumber'] + int_values = ['shadowExpire', 'gidNumber', 'uidNumber'] defaults = { 'accountStatus': 'active', 'keyFingerPrint': []