Increment serial number in gencert.

This commit is contained in:
Ricky Zhou (周家杰) 2007-10-17 10:48:55 -07:00
parent 66920f1fbd
commit ed90fe2333
4 changed files with 6 additions and 2 deletions

View file

@ -241,6 +241,7 @@ def main():
userLdif.append(["cn",[str(user[1])]])
userLdif.append(["givenName",[str(user[3])]])
userLdif.append(["fedoraPersonKeyId",[str(user[4])]])
userLdif.append(["fedoraPersonCertSerial",'-1'])
userLdif.append(["fedoraPersonSshKey",[str(user[5])]])
userLdif.append(["userPassword",[encode_SSHA_password(str(user[6]))]])
userLdif.append(["postalAddress",[str(user[8])]])