[Samba] NFSV4 Client setup problem

VigneshDhanraj G vigneshdhanraj.g at gmail.com
Tue Dec 1 07:18:07 UTC 2015


Hi,

I tried to bring up nfsv4 client setup, but when i joining AD server from
my LINUX machine i always get below error

"kinit succeeded but ads_sasl_spnego_krb5_bind failed: Server not found in
Kerberos database
Failed to join domain: failed to connect to AD: Server not found in
Kerberos database"

wbinfo -u command gives the user list
net ads info gives the details of the AD

when i tried to login from AD administrator user i am not able to login
using ssh.

i am using debian wheezy as client and windows 2003 Server as AD.

my samba conf
[global]
        security = ADS
        realm = INDIA.LOCAL
# If the system doesn't find the domain controller automatically, you may
need the following line
        password server = INDIA.LOCAL
# note that workgroup is the 'short' domain name
        workgroup = INDIA
#       winbind separator = +
        winbind refresh tickets = yes
        winbind enum users = yes
        winbind enum groups = yes
        template homedir = /home/%D/%U
        template shell = /bin/bash
        client use spnego = yes
        client ntlmv2 auth = yes
        encrypt passwords = yes
        winbind use default domain = yes
        restrict anonymous = 2
        kerberos method = secrets and keytab
        dedicated keytab file = /etc/krb5.keytab
        name resolve order = lmhosts host


could anyone help regarding this?

Regards,
Vigneshdhanraj G


More information about the samba mailing list