Hi , I have installed puppet master 3.8.7. i would like to join the client system via puppet automation. I want to join domain without ldap. But I cannot do it. It gives some different types or error. I can join domain if I use ldap authentication. But I dont want to use ldap. This is one of the client system sssd.conf file setup for your inspection. If I join domain manually by using only "realm" command and i have to modify manually the below highlighted lines and reboot the system. Then it is only join domain. I want fully automation when I use "puppet agent -t", the client system should join domain, automatically. Need your guide. If you require more information, please feel free to ask.
[sssd] domains = example.net config_file_version = 2 services = nss, pam [domain/example.net] ad_domain = example.net krb5_realm = EXAMPLE.NET realmd_tags = manages-system joined-with-samba cache_credentials = True id_provider = ad krb5_store_password_if_offline = True default_shell = /bin/bash ldap_id_mapping = True use_fully_qualified_names = False fallback_homedir = /home/%u access_provider = ad -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/facf42fb-7108-458a-98dd-d9908543e870%40googlegroups.com.