Features
The Sonar PAM Plugin enables the delegation of Sonar authentication to underlying PAM subsystem. The plugin works on *nix box with Pluggable Authentication Module (PAM).
Only password-checking is done against PAM. Authorization (access control) is still fully managed in Sonar. A Sonar account must be created first for each new user wishing to use Sonar. The Sonar administrator should also assign the user to the desired groups in order to grant him necessary rights. If exists, the password in the Sonar account will be ignored as the external system password will override it.
Works on
OS and Architecture | Works |
|---|---|
Linux AMD64 |
|
Linux i386 |
|
Mac OS X PPC |
|
Solaris sparc |
|
Windows all flavours |
|
Works, tested
Should work, not tested
Does not work
Usage & Installation
- Install jpam
- Download jpam for your system from here
- Alternatively:
- Copy the jpam's native library following these directions
- Copy the jpam's native libray in
sonar/bin/<your arch>/lib
- Install Sonar PAM plugin
- Place the jar plugin into the
/extensions/pluginsdirectory - Make sure that at least one user with global administration role exists in Sonar as well as in the external system
Configure
conf/sonar.propertiesby adding and editing the following:sonar.properties
- Place the jar plugin into the
Restart Sonar and check logs for:
- Log in to Sonar
Known Issues
Crash using PAM winbind authentication (pam_winbind.so)
In case of unsucessful login for wrong password/locked out account (wrong username does not produce the same issue) you may get this kind of error while using pam winbind authentication:
In this case Sonar crashes and restart automatically.
As far as I understand it's a pam_winbind.so issue. I've found this workaround:
- Edit /etc/security/pam_winbind.conf:
Set Kerberos authentication:
/etc/security/pam_winbind.conf
Change Log
| Release 0.2 (1 issues) | |||
|---|---|---|---|
| Type | Key | Summary | Priority |
|
|
SONARPLUGINS-2426 | Update PAM plugin to support latest APIs |
|
| Release 0.1 (1 issues) | |||
|---|---|---|---|
| Type | Key | Summary | Priority |
|
|
SONARPLUGINS-1043 | First PAM plugin working version |
|

