mirror of
https://github.com/samba-team/samba.git
synced 2025-11-20 08:23:50 +03:00
r13369: let's have a way to show the samba4 version through ejs
and use it in provisioning to fullfill rfc 3045 requirements
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
dc20bb0ddc
commit
3fb9571a76
@@ -150,7 +150,6 @@ function hostname()
|
||||
return s[0];
|
||||
}
|
||||
|
||||
|
||||
/* the ldb is in bad shape, possibly due to being built from an
|
||||
incompatible previous version of the code, so delete it
|
||||
completely */
|
||||
@@ -452,6 +451,7 @@ function provision_guess()
|
||||
assert(subobj.DOMAIN);
|
||||
assert(subobj.HOSTNAME);
|
||||
|
||||
subobj.VERSION = version();
|
||||
subobj.HOSTIP = hostip();
|
||||
subobj.DOMAINGUID = randguid();
|
||||
subobj.DOMAINSID = randsid();
|
||||
|
||||
Reference in New Issue
Block a user