search for: ckuserid

Displaying 1 result from an estimated 1 matches for "ckuserid".

Did you mean: auserid
2004 Jan 23
2
[Bug 712] ssh does not properly utilize OS specified authentication methods on AIX
...g into too much detail, the problem is this: The accounts were configured with the following AIX authentication settings: SYSTEM=none auth1=somemodule auth2=none The problem is sshd uses AIX's authenticate() function, which knows only SYSTEM, not auth1 or auth2 (AFAIK those are the domain of ckuserID() which is documented as obsolete, and would be very difficult to support sanely in sshd anyway). I think the best sshd can do in this case is to detect an unsupportable authentication configuration (currently my best guess is SYSTEM=NONE && auth1 != NONE, feedback wanted!) and deny the lo...