search for: pamhandl

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

Did you mean: pam_handle
2004 Apr 09
0
samba-pam authentication
...s the kerberos server. actually we traced out the function calls which tries for authentication, which sends a pam handler with null passwords for authentication. pls refer source/auth/auth.c and source/auth/pampass.c which has functions like smb_pam_accountcheck in which pam_acctmgmt() sending a pamhandler pointer pamh. The samba code has pointer pamh referring to the sturucture called pam_handle_t . For the structure pam_handle_t , we found a type definition pam_handle in security/pam_appl.h . and no more information in pam_handle is available. Is the solaris pam modules lacks some files or our...