[Samba] samba 3.0.23b - cannot create builtin accounts
Schlomo Schapiro
samba at schlomo.schapiro.org
Thu Aug 17 16:40:58 GMT 2006
Hi,
I installed a fresh server (SLES9 SP3) with Samba 3.0.23b as an ADS member
server.
It all seems to work fine, but it doesn't create the builtin accounts
(only complains about it).
Do they have to be created manually now ? Is there documentation about
this ? smb.conf and net manpage doesn't say anything.
Full config & logs attached.
My conf is:
[global]
workgroup = CORPORIS
realm = CORPORIS.XXXXXXXXX
security = ads
smb ports = 445
disable spoolss = yes
usershare allow guests = Yes
idmap backend = rid:"BUILTIN=9000-9999,CORPORIS=10000-100000000"
idmap gid = 9000-100000000
idmap uid = 9000-100000000
allow trusted domains = No
template shell = /bin/bash
template homedir = /home/%U
winbind refresh tickets = Yes
And the error message is:
[2006/08/17 18:20:08, 0]
auth/auth_util.c:create_builtin_administrators(762)
create_builtin_administrators: Failed to create Administrators
[2006/08/17 18:20:08, 0] auth/auth_util.c:create_local_nt_token(876)
create_local_nt_token: Failed to create BUILTIN\Administrators group!
[2006/08/17 18:20:08, 0] auth/auth_util.c:create_builtin_users(728)
create_builtin_users: Failed to create Users
[2006/08/17 18:20:08, 0] auth/auth_util.c:create_local_nt_token(903)
create_local_nt_token: Failed to create BUILTIN\Administrators group!
[2006/08/17 18:20:08, 1] lib/account_pol.c:account_policy_get(329)
account_policy_get: tdb_fetch_uint32 failed for field 1 (min password
length), returning 0
[2006/08/17 18:20:08, 1] lib/account_pol.c:account_policy_get(329)
account_policy_get: tdb_fetch_uint32 failed for field 2 (password
history), returning 0
[2006/08/17 18:20:08, 1] lib/account_pol.c:account_policy_get(329)
account_policy_get: tdb_fetch_uint32 failed for field 3 (user must logon
to change password), returning 0
[2006/08/17 18:20:08, 1] lib/account_pol.c:account_policy_get(329)
account_policy_get: tdb_fetch_uint32 failed for field 4 (maximum
password age), returning 0
[2006/08/17 18:20:08, 1] lib/account_pol.c:account_policy_get(329)
account_policy_get: tdb_fetch_uint32 failed for field 5 (minimum
password age), returning 0
[2006/08/17 18:20:08, 1] lib/account_pol.c:account_policy_get(329)
account_policy_get: tdb_fetch_uint32 failed for field 6 (lockout
duration), returning 0
[2006/08/17 18:20:08, 1] lib/account_pol.c:account_policy_get(329)
account_policy_get: tdb_fetch_uint32 failed for field 7 (reset count
minutes), returning 0
[2006/08/17 18:20:08, 1] lib/account_pol.c:account_policy_get(329)
account_policy_get: tdb_fetch_uint32 failed for field 8 (bad lockout
attempt), returning 0
[2006/08/17 18:20:08, 1] lib/account_pol.c:account_policy_get(329)
account_policy_get: tdb_fetch_uint32 failed for field 9 (disconnect
time), returning 0
[2006/08/17 18:20:08, 1] lib/account_pol.c:account_policy_get(329)
account_policy_get: tdb_fetch_uint32 failed for field 10 (refuse machine
password change), returning 0
[2006/08/17 18:20:09, 0]
auth/auth_util.c:create_builtin_administrators(762)
create_builtin_administrators: Failed to create Administrators
[2006/08/17 18:20:09, 0] auth/auth_util.c:create_local_nt_token(876)
create_local_nt_token: Failed to create BUILTIN\Administrators group!
[2006/08/17 18:20:09, 0] auth/auth_util.c:create_builtin_users(728)
create_builtin_users: Failed to create Users
[2006/08/17 18:20:09, 0] auth/auth_util.c:create_local_nt_token(903)
create_local_nt_token: Failed to create BUILTIN\Administrators group!
Also, what are those error messages about the account_policy_get ???
Thanks for any help !!!
Schlomo Schapiro
More information about the samba
mailing list