Increment serial number in gencert.
This commit is contained in:
parent
66920f1fbd
commit
ed90fe2333
4 changed files with 6 additions and 2 deletions
|
@ -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])]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue