Operating System - HP-UX
1833750 Members
2390 Online
110063 Solutions
New Discussion

authentification problem on Samba3

 
Zinky
Honored Contributor

Re: authentification problem on Samba3

Where are you at with this anyway?

It seems your trying to access your new Samba server from another Samba machine. Are you able to connect to shares on SGIIC3 from your windows machine? Have you checked if your membership in the domain (machine account) is still intact?
Hakuna Matata

Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
Oleg Mercader-Kashin
Frequent Advisor

Re: authentification problem on Samba3

1. MS users see a SGIIC3 (samba 3.0.20b under Tru64)
2. When trying to connect get error msg (see above)
3. The machine account is OK in a DOMAIN.

The same situation with a security = SERVER or = DOMAIN, with a password server parm or without.

Well, I haven't any winbind (my samba 2 server works perfectly in that situation)
Zinky
Honored Contributor

Re: authentification problem on Samba3

IF your MS users "see" your SGIIC Samba3 on Tru64 service -- then the issue is with your share/user configuration -- which play differently along with your domain security settings. Not that even with SECURITY=DOMAIN, Windows users *must* still have a corresponding (or mapped) UNIX account.

BTW, where are you executing your smbclient commands you describe "above"? The resulting error messages will simply be correct as O suppose there is no root account on your domain right?
Hakuna Matata

Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
Oleg Mercader-Kashin
Frequent Advisor

Re: authentification problem on Samba3

# FROM a NEW Tru64 (sgiic3 = samba v.3)
# ./smbclient //sgiic3/In_explot -Uformacion%formacion
session setup failed: NT_STATUS_LOGON_FAILURE

# ./smbclient //sgiic1/In_explot -Uformacion%formacion
Domain=[SC1] OS=[Unix] Server=[Samba 2.0.5a]
smb: \> ls
precios D 0 Mon Feb 6 03:00:22 2006
capi D 0 Mon Feb 6 03:00:02 2006
ctb D 0 Sat Feb 4 01:43:27 2006
operaciones D 0 Mon Feb 6 03:00:02 2006
Acceso directo a capi.lnk A 290 Mon Jan 2 18:12:20 2006
profiles D 0 Mon Feb 17 16:29:58 2003
blotter_RV_ESP_20050804_191600.dat A 959 Thu Aug 4 19:06:16 2005
Barra de acceso directo de Office.Lnk A 564 Thu Apr 14 16:27:45 2005

62815 blocks of size 131072. 3769 blocks available
smb: \> exit


# FROM an OLD Tru64 (sgiic1 = samba v.2)
# ./smbclient //sgiic3/In_explot -Uformacion%formacion
Added interface ip=172.16.241.71 bcast=172.16.255.255 nmask=255.255.240.0
session setup failed: ERRDOS - ERRnoaccess (Access denied.)

# ./smbclient //sgiic1/In_explot -Uformacion%formacion
Domain=[SC1] OS=[Unix] Server=[Samba 2.0.5a]
smb: \> ls
precios D 0 Mon Feb 6 03:00:22 2006
capi D 0 Mon Feb 6 03:00:02 2006
ctb D 0 Sat Feb 4 01:43:27 2006
operaciones D 0 Mon Feb 6 03:00:02 2006
Acceso directo a capi.lnk A 290 Mon Jan 2 18:12:20 2006
profiles D 0 Mon Feb 17 16:29:58 2003
blotter_RV_ESP_20050804_191600.dat A 959 Thu Aug 4 19:06:16 2005
Barra de acceso directo de Office.Lnk A 564 Thu Apr 14 16:27:45 2005

62815 blocks of size 131072. 3769 blocks available
smb: \> exit
-----------------------------------
The smb.conf are absolutely identical with a SECURITY = SERVER.
Oleg Mercader-Kashin
Frequent Advisor

Re: authentification problem on Samba3

Incredible but I startup a samba v.2 with the same smb.conf and it works! Or the v.3 has a different behavior or ... some warning msgs during the installation of v.3 was important :-(
Oleg Mercader-Kashin
Frequent Advisor

Re: authentification problem on Samba3

Tnx a lot to ALL. I'm begining to suspect that something was wrong in the installation of Samba3... :-(

best reagrds,