With Weblogic 10.3.2.0, I created a ActiveDirectory authenticator at Weblogic, as follows, and I need to enable the debug.
If I enable all the server log with: Environment -> AdminServer -> Debug -> enable all "default" and all "weblogic" I obtain the kind of debug that I need, such as:
####<Apr 12, 2012 3:56:36 PM CEST> <Debug> <SecurityRoleMap> <WINXP3> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1334238996125> <BEA-000000> <Evaluate urn:oasis:names:tc:xacml:1.0:function:string-is-in(MYGROUP,MYUSER) -> false>
However, enabling all the server log is too heavy. What is the specific debug component that I need to enable to get the ActiveDirectory debug, such as the example above? I tried with "weblogic->security->realm" and "weblogic->security->ldap", but it didn't work.
Regards, David