Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/config/ldap/
H A Dldapuserprofilebe.cxx50 rtl::OUString loggedOnUser; in LdapUserProfileBe() local
71 &aDefinition, &loggedOnUser)) in LdapUserProfileBe()
91 connection.getUserProfile(loggedOnUser, &data_); in LdapUserProfileBe()
101 LdapDefinition * definition, rtl::OUString * loggedOnUser) in readLdapConfiguration() argument
103 OSL_ASSERT(factory.is() && definition != 0 && loggedOnUser != 0); in readLdapConfiguration()
164 if (!aSecurityContext.getUserName(*loggedOnUser)) in readLdapConfiguration()
167 sal_Int32 nIndex = loggedOnUser->indexOf('/'); in readLdapConfiguration()
169 *loggedOnUser = loggedOnUser->copy(nIndex+1); in readLdapConfiguration()
172 …OSL_TRACE("Logged on user is %s", rtl::OUStringToOString(*loggedOnUser,RTL_TEXTENCODING_ASCII_US).… in readLdapConfiguration()
H A Dldapuserprofilebe.hxx143 LdapDefinition * definition, rtl::OUString * loggedOnUser);

Completed in 14 milliseconds