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:
committed by
Gerald (Jerry) Carter
parent
fdc0809b41
commit
7bdc1a8ec9
@ -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);
|
||||
|
Reference in New Issue
Block a user