Hello,

I am new in Windows and in Kerberos, following 
the http://docs.ansible.com/ansible/intro_windows.html documentation, I 
tried to parameter kerberos and then ping the windows server without 
success.

Here is the issue:
- The credentials to connect to the Windows server are controlled by a ldap 
server: fr.ldap-ad.dmsi.corp.com
- My Windows server's name is swin02.fr.com
- On the Windows server, my user is in a EMEAD domain
- On Centos, I tried to parameter the /etc/krb5.conf file , I don't 
understand if the ldap server can be set in the kbc or admin_server and 
what domain has to be set (the one of the user EMEAD, of the server fr.com 
? ):

[realms]
 EXAMPLE.COM = {
  kdc = kerberos.example.com
  admin_server = kerberos.example.com
 }
 EMEAD.COM = {
  kdc = fr.ldap-ad.dmsi.corp.com
 }
 FR.COM = {
  kdc = fr.ldap-ad.dmsi.corp.com
 }

[domain_realm]
 example.com = EXAMPLE.COM
 emead.com = EMEAD.COM
 fr.com = FR.COM

Thanks for your support

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/cdb440d2-f933-4e8a-9178-a62554ad9882%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to