Home
last modified time | relevance | path

Searched refs:pszUserName (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sal/osl/unx/
H A Dsecurity.c53 osl_psz_loginUser(const sal_Char* pszUserName, const sal_Char* pszPasswd, oslSecurity* pSecurity);
453 sal_Char* pszUserName=NULL; in osl_loginUser() local
464 pszUserName = rtl_string_getStr(strUserName); in osl_loginUser()
479 Error=osl_psz_loginUser(pszUserName,pszPassword,pSecurity); in osl_loginUser()
497 osl_psz_loginUser(const sal_Char* pszUserName, const sal_Char* pszPasswd, in osl_psz_loginUser() argument
509 if (pszUserName != NULL && pszPasswd != NULL && pSecurity != NULL) { in osl_psz_loginUser()
522 pszUserName, &p->m_pPasswd, p->m_buffer, n, &found); in osl_psz_loginUser()
535 osl_PamAuthentification(pszUserName, pszPasswd)) in osl_psz_loginUser()
544 pszUserName, &result_buf, buffer, sizeof buffer, in osl_psz_loginUser()
586 if (getspnam_r(pszUserName, &spwdStruct, buffer, sizeof buffer) != NULL) in osl_psz_loginUser()
[all …]
/aoo42x/main/sal/osl/os2/
H A Dsecurity.c47 osl_psz_loginUser(const sal_Char* pszUserName, const sal_Char* pszPasswd,
121 oslSecurityError SAL_CALL osl_psz_loginUserOnFileServer( const sal_Char* pszUserName, in osl_psz_loginUserOnFileServer() argument

Completed in 13 milliseconds