If you want to integrate LDAP directory server with sonar, you can follow below steps.
Its very easy and useful for sonar security:
1) First start your Sonar and login with admin credentials.
2) Go Configuration >> Update Center and click on Available plugins and install LDAP plugin
3) Now stop your sonar server
4) open sonar.properties file and append below code
5)Now start sonar server again and check sonar server log if any error comes.
Enjoy !!!!!
Best,
Jignesh
Its very easy and useful for sonar security:
1) First start your Sonar and login with admin credentials.
2) Go Configuration >> Update Center and click on Available plugins and install LDAP plugin
3) Now stop your sonar server
4) open sonar.properties file and append below code
sonar.authenticator.class: org.sonar.plugins.ldap.LdapAuthenticator
sonar.authenticator.createUsers: true
ldap.url:ldap://ldap.xyz.com:389
ldap.baseDn:ou=People,ou=google,dc=google,dc=com
ldap.bindDn:CN=manager,DC=google,DC=com
ldap.bindPassword:abc123
ldap.loginAttribute: mail
5)Now start sonar server again and check sonar server log if any error comes.
Enjoy !!!!!
Best,
Jignesh
No comments:
Post a Comment