

Private Member Functions | ||||
| virtual bool | doAuthenticate (String &userName, const String &info, String &details, OperationContext &context) | |||
| Authenticates a user. | ||||
| virtual void | doInit (ServiceEnvironmentIFCRef env) | |||
Called when authenticator is loaded
| ||||
Private Attributes | ||||
| String | m_allowedUsers | |||
| String | m_libexecdir | |||
Definition at line 51 of file OW_LinuxPAMAuthenticationCL.cpp.
|
||||||||||||||||||||
|
Authenticates a user.
Implements OW_NAMESPACE::AuthenticatorIFC. Definition at line 75 of file OW_LinuxPAMAuthenticationCL.cpp. References OW_NAMESPACE::String::empty(). |
|
|
Called when authenticator is loaded
Reimplemented from OW_NAMESPACE::AuthenticatorIFC. Definition at line 121 of file OW_LinuxPAMAuthenticationCL.cpp. References env, OW_NAMESPACE::ConfigOpts::LIBEXECDIR_opt, m_allowedUsers, m_libexecdir, OW_DEFAULT_OWLIBEXECDIR, and OW_NAMESPACE::ConfigOpts::PAM_ALLOWED_USERS_opt. |
|
|
Definition at line 70 of file OW_LinuxPAMAuthenticationCL.cpp. Referenced by doInit(). |
|
|
Definition at line 71 of file OW_LinuxPAMAuthenticationCL.cpp. Referenced by doInit(). |
1.4.6