Domain Name Yahoo

Easy Help Troubleshoot Your Linux Box



  

Samba Builtin_Administrators

This is taken from syslog :

Sep 24 21:29:15 localhost smbd[9789]: [2008/09/24 21:29:15, 0] auth/auth_util.c:create_builtin_administrators(785)
Sep 24 21:29:15 localhost smbd[9789]: create_builtin_administrators: Failed to create Administrators
Sep 24 21:29:15 localhost smbd[9789]: [2008/09/24 21:29:15, 0] auth/auth_util.c:create_builtin_users(751)
Sep 24 21:29:15 localhost smbd[9789]: create_builtin_users: Failed to create Users
Sep 24 21:29:15 localhost smbd[9791]: [2008/09/24 21:29:15, 0] auth/auth_util.c:create_builtin_administrators(785)
Sep 24 21:29:15 localhost smbd[9791]: create_builtin_administrators: Failed to create Administrators
Sep 24 21:29:15 localhost smbd[9791]: [2008/09/24 21:29:15, 0] auth/auth_util.c:create_builtin_users(751)
Sep 24 21:29:15 localhost smbd[9791]: create_builtin_users: Failed to create Users

It seems that you didnt add the idmap parameter. Try to edit /etc/samba/smb.conf , and take a look the idmap part of your smb.conf.

[global]

idmap uid = 15000-20000
idmap gid = 15000-20000
Then Restart samba & winbindd :

# service smb restart

# service winbindd restart

September 26th, 2008 Posted by admin | CentOS, Samba | no comments

Strange thing happened at CentOS-5 system-config-samba

Something strange about samba at CentOS.
After all samba configurations are setup properly as PDC , have tested to join domain and user sharing and authentications, suddenly the system-config-samba has missed all the samba users as follows :

samba screenshot

Here’s the trick.

First, you have to uninstall the system-config-samba-1.2.39-1.el5.noarch.rpm

# rpm -e system-config-samba-1.2.39-1.el5.noarch.rpm

then install system-config-samba for Fedora Core 9 , you may download here

# rpm -ivh system-config-samba-1.2.63-1.fc9.noarch.rpm –nodeps

Remember, use –nodeps parameter because the dependencies files are diffrent from CentOS.
And, you are done. You may see it at menu “Applications-System tools - Samba

August 7th, 2008 Posted by admin | CentOS, Samba | no comments