summaryrefslogtreecommitdiff
path: root/sal/inc/osl
diff options
context:
space:
mode:
authorNadav Vinik <email@nadavvin.com>2010-10-25 16:08:20 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-25 16:08:20 +0100
commit8bd44f0a7ee526195566fcaeba77fd8b861af80b (patch)
tree049e7095b7a7a75f4d2f0ab800fbd39e8547af5b /sal/inc/osl
parentcb000a71d4bbdd89e8f89a47e7fd14cb24f6ffdf (diff)
remove un-necessary pam usage
Diffstat (limited to 'sal/inc/osl')
-rw-r--r--sal/inc/osl/security.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/inc/osl/security.h b/sal/inc/osl/security.h
index 9a6233a61702..dcc7a354cd16 100644
--- a/sal/inc/osl/security.h
+++ b/sal/inc/osl/security.h
@@ -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.