08-31-2009 09:15 PM
09-01-2009 02:38 AM
SessionUser user = createUserEnvironment( httpSess, krbDetails.getUserName());
KrbDetails.java
public final String getUserName() {
String userName = m_krbSource;
if (m_krbSource != null) {
int pos = m_krbSource.indexOf('@');
if (pos != -1) {
userName = m_krbSource.substring(0, pos);
}
}
return userName;
}
SessionUser user = createUserEnvironment( httpSess, krbDetails.getSourceName());
alfresco create user and folder p.web@my-domain.ru09-01-2009 08:37 PM
09-02-2009 01:55 AM
09-03-2009 08:57 PM
David Ward added a comment - 03-Sep-09 07:33 PM
It looks like there has been inconsistent use made of KerberosDetails.getSourceName() (includes the @ symbol) and KerberosDetails.getUserName().
Note we don't support multiple Kerberos domains at the same time, but we should at least resolve the username consistently on CIFS and Web log in.
09-09-2009 06:18 AM
09-11-2009 04:44 AM
10-01-2015 10:40 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.