[Bug 736] issues authenticating 3.7p2 with novell directory server

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Oct 9 01:58:39 EST 2003


http://bugzilla.mindrot.org/show_bug.cgi?id=736

           Summary: issues authenticating  3.7p2 with novell directory
                    server
           Product: Portable OpenSSH
           Version: -current
          Platform: Sparc
        OS/Version: Solaris
            Status: NEW
          Severity: security
          Priority: P1
         Component: PAM support
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: osumano at csc.com


We use novell directory services to authenticate users. We are running solaris 
8,7 and 6. Our current version  of ssh is "OpenSSH_3.4p1".. This works fine 
with nds but not the current version. When we do some traces in NDS we see that 
the user is hitting the nds server but we are not getting error messages from 
nds. As soon as we put the original version of ssh back.. authentication works. 

THe reason we are upgrading is because of all the security issues that have 
been posted. Please let me know how to proceed. 
I'm posting our pam.conf configuration for ssh. 





sshd  auth      sufficient  /usr/lib/security/pam_nds.so.0
sshd  account   sufficient  /usr/lib/security/pam_nds.so.0
sshd  session   sufficient  /usr/lib/security/pam_nds.so.0
sshd  password  required  /usr/lib/security/pam_nds.so.0

sshd  auth      required  /usr/lib/security/pam_unix.so.1  try_first_pass
sshd  account   required  /usr/lib/security/pam_unix.so.1
sshd  session   required  /usr/lib/security/pam_unix.so.1
sshd  password  sufficient  /usr/lib/security/pam_unix.so.1



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list