Skip on down to the menu.
How to set up pam authentication in ssh for opensuse 12.2
Out of the box openSUSE 12.2 won't use pam for ssh authentication. You'll want to enable pam if you are using Active Directory authentication.
Edit /etc/ssh/sshd_config
You'll need to make sure that the following two parameters are set as shown below.
UsePAM yes ChallengeResponseAuthentication yes
Next, as root do
# service sshd restart
That's it.
2013-04-10, T. Sneddon