On Mon, 2013-09-23 at 15:51 +0800, kevint...@umac.mo wrote:
> Dear all,
> 
> I have install Windows AD and Linux client PC.
> 
> In Linux PC, I modify these file to allow AD user logon the Linux Client 
> PC via LDAPS.
> - /etc/sssd/sssd.conf
> - /etc/krb5.conf
> - /etc/pam.d/system-auth-ac
> - /etc/pam.d/password-auth-ac
> - /etc/openldap/ldap.conf

> My Linux Client is:
> OS: CentOS 6.4, 64bit
> IP: 192.168.30.1/16
> 
> Thank you very much
> Kevin Tang
> 

Hi
I think you want the client to be a file server no?

try in [global]
workgroup = MYDOMAIN
security = ADS
kerberos method = system keytab

Make sure /etc/hosts has:
127.0.0.1 centos-client.mydomain.com centos-client localhost

and that you can (at least) ping the 2008 box

Then try to join the domain:
net ads join -UAdministrator

That may get you a little closer.
HTH
Steve


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to