Talwar, Puneet (NIH/NIAID)
2005-May-17 15:33 UTC
[Samba] strange problem trying to connect to SMB server
I get the following error message when I try to connect from my WIN XP box. "CONFIGURATION INFORMATION COULD NOT BE READ FROM THE DOMAIN CONTROLLER, EITHER BECAUSE THE MACHINE IS UNAVAILABLE, OR ACCESS HAS BEEN DENIED" I successfully able join the domain using the net command with winbind config setup. Can someone please help me out here as what I might be doing wrong? Thanks,
Hello - A little mysql/samba help if I can get it. I'm running samba 3.0.10. configured with : ./configure --with-mysql-prefix=/usr --prefix=/usr/local/samba-3.0.10 --with-expsam=mysql [smb.conf] netbios name= KODOS passdb backend = mysql:mysql kodos:mysql user = samba kodos:mysql password = samba kodos:mysql database = samba kodos:domain column = 'PVPSC' kodos:fullname column = CONCAT(firstname, ' ', surname); kodos:lanman pass column = lm_pass; kodos:nt pass column = nt_pass; kodos:unknown 3 column = NULL when I run "pbdedit -L" as a test of the mysql plugin I get: Connecting to database server, host: localhost, user: samba, password: , database: samba, port: 3306 Failed to connect to mysql database: error: Access denied for user: 'samba@localhost' (Using password: NO) pdb backend mysql:mysql did not correctly init (error was NT_STATUS_UNSUCCESSFUL) Loading mysql:mysql failed! What concerns me is the blank password that pdbedit returns. There is a password defined it the conf file, but it looks like it doesn't make it over to here. I made created the mysql user already:' GRANT ALL PRIVILEGES ON samba.* TO 'samba'@'localhost' IDENTIFIED BY 'samba' WITH GRANT OPTION; Anyone have a similiar issue? Or am I missing something simple? thanks -peter