cko
2013-Oct-09 07:41 UTC
[Puppet Users] Basic LDAP authentication in puppet opensource dashboard
Hi, i''m trying to enable a basic LDAP authentication mechanism for our puppet opensource dashboard. My /etc/httpd/conf.d/puppetdashboard.conf looks like this: (i changed sensitive data) Listen 3000> <VirtualHost *:3000> > ServerName puppet.local.domain > DocumentRoot /usr/share/puppet-dashboard/public/ > <Directory /usr/share/puppet-dashboard/public/> > Options None > Order allow,deny > allow from all > AuthBasicProvider ldap > AuthType Basic > AuthzLDAPAuthoritative on > AuthName "Puppet Dashboard" > AuthLDAPURL > "ldaps://ldapproxy.local.domain/dc=local,dc=domain?sAMAccountName?sub?(objectclass=*)" > NONE > AuthLDAPBindDN cn=nameofcn,ou=maneofou,c=local,dc=domain > AuthLDAPBindPassword passwd > Require ldap-group cn=nameofcn,ou=nameofou,dc=local,dc=domain > </Directory> > ErrorLog /var/log/httpd/dashboard_error.log > LogLevel warn > CustomLog /var/log/httpd/dashboard_access.log combined > ServerSignature On > </VirtualHost>After i restart http the dashboard looks like this: http://i.imgur.com/YefrpXu.jpg http://i.imgur.com/TC5dFia.jpg What could be the cause of this? Images are not displayed at all. -- 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+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.