Can't login to uwc
807574Jul 31 2006 — edited Feb 11 2020Hi all,
I have installed JES 05Q4 Directory Server, Messaging Server, Calendar Server, Web Server, Access Manager, Delegated Admin.It's working fine.
I use schema 2, and havent hosted domains. My base dn on DS is o=isp, and my domain users is under o=isp.com,o=isp.
And now I installed Comm express. When I want to log in at http://test.isp.com/uwc, I get this message: Authentication Failed
Reenter your username and password.
I saw at /var/opt/SUNWuwc/log/uwc.log:
Jul 31, 2006 3:42:51 PM com.sun.uwc.common.auth.LDAPAuthFilter doFilter
FINE: username is... test_uesr01
Jul 31, 2006 3:42:51 PM com.sun.uwc.common.auth.LDAPAuthFilter doFilter
FINE: get uid and domain
Jul 31, 2006 3:42:51 PM com.sun.uwc.common.auth.LDAPDomainMap getDomainObject
FINE: domaindn is dc=isp,dc=com,o=isp
And I saw at ldap log:
[31/Jul/2006:15:42:51 +0200] conn=10631 op=1 msgId=72 - SRCH base="dc=com,o=isp" scope=0 filter="(|(objectClass=inetDomain)(objectClass=inetDomainAlias))" attrs="inetDomainBaseDN inetDomainStatus inetDomainSearchFilter domainUidSeparator preferredLanguage aliasedObjectName"
and
[31/Jul/2006:15:42:51 +0200] conn=10632 op=1 msgId=74 - SRCH base="dc=isp,dc=com,o=isp" scope=0 filter="(|(objectClass=inetDomain)(objectClass=inetDomainAlias))" attrs="inetDomainBaseDN inetDomainStatus inetDomainSearchFilter domainUidSeparator preferredLanguage aliasedObjectName"
In my uwcauth.properties:
defaultdomain = isp.com
...
ldapauth.dcroot = o=isp
Why search under dc=com,o=isp? How can I configure to search under o=isp or o=isp.com,o=isp?
Thanx,
Quad