Searched refs:pszUserName (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sal/osl/unx/ |
H A D | security.c | 53 osl_psz_loginUser(const sal_Char* pszUserName, const sal_Char* pszPasswd, 454 sal_Char* pszUserName=0; in osl_loginUser() local 465 pszUserName = rtl_string_getStr(strUserName); in osl_loginUser() 480 Error=osl_psz_loginUser(pszUserName,pszPassword,pSecurity); in osl_loginUser() 498 osl_psz_loginUser(const sal_Char* pszUserName, const sal_Char* pszPasswd, in osl_psz_loginUser() argument 510 if (pszUserName != NULL && pszPasswd != NULL && pSecurity != NULL) { in osl_psz_loginUser() 523 pszUserName, &p->m_pPasswd, p->m_buffer, n, &found); in osl_psz_loginUser() 536 osl_PamAuthentification(pszUserName, pszPasswd)) in osl_psz_loginUser() 545 pszUserName, &result_buf, buffer, sizeof buffer, in osl_psz_loginUser() 587 if (getspnam_r(pszUserName, &spwdStruct, buffer, sizeof buffer) != NULL) in osl_psz_loginUser() [all …]
|
/aoo41x/main/sal/osl/os2/ |
H A D | security.c | 47 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 24 milliseconds