From: Jack Bush <[email protected]> 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 Users Are 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 <[email protected]> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
