From c96b5723869eca3155db2e2185354bb95d61c566 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 15 Jan 2006 06:59:56 +0000 Subject: r12943: Generate a SID for the domain join account using the modules, rather than a hardcoded SID. Fix the samldb module to return the what *was* the nextrid, rather than the new nextrid (that is for next time). Andrew Bartlett (This used to be commit ffe9042e15cebbc7ff1bac90ec39835753d6caa7) --- source4/setup/provision.ldif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/setup/provision.ldif') diff --git a/source4/setup/provision.ldif b/source4/setup/provision.ldif index 2fc0022c81..d87938910c 100644 --- a/source4/setup/provision.ldif +++ b/source4/setup/provision.ldif @@ -19,7 +19,7 @@ maxPwdAge: -37108517437440 minPwdAge: 0 minPwdLength: 7 modifiedCountAtLastProm: 0 -nextRid: 1001 +nextRid: 1000 pwdProperties: 1 pwdHistoryLength: 24 objectSid: ${DOMAINSID} -- cgit