1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-05 12:22:11 +03:00

r23012: we need a POLICYGUID in provision

(This used to be commit b9f8650b20)
This commit is contained in:
Andrew Tridgell
2007-05-19 06:51:34 +00:00
committed by Gerald (Jerry) Carter
parent fdc0809b41
commit 7bdc1a8ec9

View File

@ -781,6 +781,7 @@ function provision_guess()
subobj.HOSTIP = hostip();
subobj.DOMAINSID = randsid();
subobj.INVOCATIONID = randguid();
subobj.POLICYGUID = randguid();
subobj.KRBTGTPASS = randpass(12);
subobj.MACHINEPASS = randpass(12);
subobj.ADMINPASS = randpass(12);