Jack Bush
2011-Mar-15 06:04 UTC
[Samba] create_builtin_administrators: Failed to create Administrators (Solaris 10)?
Hi All, Samba 3.0.37 is working on my Solaris 10 (Sun Fire T5520) Sparc server but /var/samba/log/smbd.log displayed the following error: $ tail -f log.smbd smbd version 3.0.37 started. Copyright Andrew Tridgell and the Samba Team 1992-2009 [2011/03/15 11:04:44, 0] auth/auth_util.c:(844) create_builtin_administrators: Failed to create Administrators [2011/03/15 11:04:44, 0] auth/auth_util.c:(810) create_builtin_users: Failed to create Users [2011/03/15 11:04:44, 0] auth/auth_util.c:(844) create_builtin_administrators: Failed to create Administrators [2011/03/15 11:04:44, 0] auth/auth_util.c:(810) create_builtin_users: Failed to create Users ? Can someone help me identify where this issue is coming from? ? Thanks a lot, ? Jack
TAKAHASHI Motonobu
2011-Mar-15 11:33 UTC
[Samba] create_builtin_administrators: Failed to create Administrators (Solaris 10)?
From: Jack Bush <netbeansfan at yahoo.com.au> Subject: [Samba] create_builtin_administrators: Failed to create Administrators (Solaris 10)? Date: Mon, 14 Mar 2011 23:04:12 -0700 (PDT)> Samba 3.0.37 is working on my Solaris 10 (Sun Fire T5520) Sparc server but > /var/samba/log/smbd.log displayed the following error: > > $ tail -f log.smbd > smbd version 3.0.37 started. > Copyright Andrew Tridgell and the Samba Team 1992-2009 > [2011/03/15 11:04:44, 0] auth/auth_util.c:(844) > create_builtin_administrators: Failed to create Administrators > [2011/03/15 11:04:44, 0] auth/auth_util.c:(810) > create_builtin_users: Failed to create UsersAre these commands help you? # net groupmap add NTgroup='Administrators' UNIXgroup=admins sid='S-1-5-32-544' # net groupmap add NTgroup='Users' UNIXgroup=users sid='S-1-5-32-545' group "admins" and "users" must be created before running these commands. --- TAKAHASHI Motonobu <monyo at monyo.com>
Gaiseric Vandal
2011-Mar-15 13:06 UTC
[Samba] create_builtin_administrators: Failed to create Administrators (Solaris 10)?
Is this a domain member/ standalone server? You may want to try defining gruop mappings for some of the local well known built in Windows groups e.g. BUILTIN\ADMINISTRATORS S-1-5-32-544 BUILTIN\USERS S-1-5-32-545 BUILTIN\GUESTS S-1-5-32-546 BUILTIN\POWER USERS S-1-5-32-547 BUILTIN\ACCOUNT OPERATORS S-1-5-32-548 BUILTIN\SERVER OPERATORS S-1-5-32-549 BUILTIN\PRINT OPERATORS S-1-5-32-550 BUILTIN\BACKUP OPERATORS S-1-5-32-551 BUILTIN\REPLICATOR S-1-5-32-552 Create local unix accounts, then map the groups e.g. net groupmap add ntgroup="Administrators" unixgroup=10544 rid=544 type=local net groupmap add ntgroup="Users" unixgroup=10545 rid=545 type=local net groupmap add ntgroup="Guests" unixgroup=10546 rid=546 type=local Your samba config maybe set to use winbind to allocate unix uid's and gid's automatically for your local domain. Mine is not. I have to create unix uid's and gid's for any "windows" user or group first. On 03/15/2011 02:04 AM, Jack Bush wrote:> Hi All, > > Samba 3.0.37 is working on my Solaris 10 (Sun Fire T5520) Sparc server but > /var/samba/log/smbd.log displayed the following error: > > $ tail -f log.smbd > smbd version 3.0.37 started. > Copyright Andrew Tridgell and the Samba Team 1992-2009 > [2011/03/15 11:04:44, 0] auth/auth_util.c:(844) > create_builtin_administrators: Failed to create Administrators > [2011/03/15 11:04:44, 0] auth/auth_util.c:(810) > create_builtin_users: Failed to create Users > [2011/03/15 11:04:44, 0] auth/auth_util.c:(844) > create_builtin_administrators: Failed to create Administrators > [2011/03/15 11:04:44, 0] auth/auth_util.c:(810) > create_builtin_users: Failed to create Users > > Can someone help me identify where this issue is coming from? > > Thanks a lot, > > Jack > > > >