This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Authentication for End-user Portal

If I remember correct people can´t authenticated against the Active Directory for login to the End-User Portal. Are there actually reasons for it?


This thread was automatically locked due to age.
Parents Reply Children
  • It works here and at a client's site...

    It doesn´t work for me.

    Here is the entry from the Live Log:

    2007:10:22-18:16:10 (none) aua[24199]: id="3005" severity="warn" sys="System" sub="auth" name="Authentication failed" srcip="0.0.0.0" user="th" caller="portal" reason="DENIED".

    Access to the Portal is from "Any" and our group of members in the AD is set in "Users --> Groups".
  • Must be missing something in your configuration;  Following the steps in the online help in the Authentication section got me through this the first time.  The mistake I made twice was typing in the whole AD Bind Account info string incorrectly.  For a bind user like "ASGBIND" that's stored in an OU called "Service Accounts", one would put "CN=ASGBIND,OU=Service Accounts,DC=Yourdomain,DC=local"  (if your AD domain was yourdomain.local).  I would invariably goof this up, sometimes putting CN=Service Accounts in there instead (one should only use CN for the "OU" designation if it's one of the built-in containers, like "Users")... check those settings out.
  • Ok, it was an write error, the was "Administator" instead "Administrator" [8-)]

    Thanks for your help!
  • If you are using Administrator as your BIND account, I highly recommend you create a custom account in your AD and use that; I would not use "administrator" as that account.