[Samba] Samba4 CIFS proxy: NT_STATUS_NO_LOGON_SERVERS

Gavin Beatty gavinbeatty at gmail.com
Thu Dec 11 17:37:12 GMT 2008


Hello,

I'm trying to use the cifs proxy vfs module in Samba4. I can join the
domain seemingly without problem. When trying to access the proxy
server (and hence its share) I get NT_STATUS_NO_LOGON_SERVERS.

My setup is as follows:

root at proxy# ./setup/provision  --realm=<realm> --domain=<domain>
--adminpass=<adminpass> \
        --server-role='member server'

root at proxy# <edit smb.conf to add share(s)>
root at proxy# cat /usr/local/samba4/etc/smb.conf

[globals]
        netbios name    = <proxy_netbios_domain>
        workgroup       = <domain>
        realm           = <realm>
        server role     = member server

[share1cifs]
        ntvfs handler = cifs
        cifs:server = <ads_ip_address>
        cifs:domain = <ads_netbios_domain>
        cifs:user = Administrator
        cifs:password = <adminpass>
        cifs:share = share1

root at proxy# /usr/local/samba4/sbin/smbd
root at proxy# net join <ads_netbios_domain> MEMBER -U Administrator%<adminpass>
Joined domain <domain> (S-1-5-21-2077318297-1746354938-3313494946)

On the Windows 2003 ADS box, I trust the proxy for delegation.

Now, from a Windows 2000 pro box, joined to <domain> and logged in as
a normal user with full rights to share1 (the unproxied share), I try
map \\<proxy_netbios_domain>\share1cifs to a drive, which gives "No
logon servers available... ".

Using Samba3 smbclient on proxy box like so:
$ smbclient -L //localhost -U Administrator%<adminpass>
gives me NT_STATUS_NO_LOGON_SERVERS.

I'm at a loss because I'm not even trying to delegate credentials -
I've given the full spec to cifs vfs via smb.conf.

Are there any Samba4 people on this list?


Thanks,
Gavin

-- 
Gavin Beatty

SEMPER UBI SUB UBI


More information about the samba mailing list