diff options
author | Nadav Vinik <email@nadavvin.com> | 2010-10-25 16:08:20 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-25 16:08:20 +0100 |
commit | 617a1feae1ff04f6de6bfb91c3c5b05d709c03cb (patch) | |
tree | ccf14e7cf14ffb58c94caa57f9160f225c8c5683 /sal/inc/osl | |
parent | 7007c9943026a4106763a8f362c2314a6a46ec4a (diff) |
remove un-necessary pam usage
Diffstat (limited to 'sal/inc/osl')
-rw-r--r-- | sal/inc/osl/security.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sal/inc/osl/security.h b/sal/inc/osl/security.h index d22f128c0..0fd27f5a8 100644 --- a/sal/inc/osl/security.h +++ b/sal/inc/osl/security.h @@ -35,8 +35,8 @@ extern "C" { #endif typedef enum { - osl_Security_E_None, - osl_Security_E_UserUnknown, + osl_Security_E_None, + osl_Security_E_UserUnknown, osl_Security_E_WrongPassword, osl_Security_E_Unknown, osl_Security_E_FORCE_EQUAL_SIZE = SAL_MAX_ENUM @@ -57,7 +57,8 @@ typedef void* oslSecurity; */ oslSecurity SAL_CALL osl_getCurrentSecurity(void); -/** Create a security handle for the denoted user. +/** Deprecated API + Create a security handle for the denoted user. Try to log in the user on the local system. @param strzUserName [in] denotes the name of the user to logg in. @param strPasswd [in] the password for this user. |