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

LPAD authentication

Hi,
I have a problem to establish a HTTP connection from a client over ASL4. 

my configuration:

ldap type = active directory
bind dn = administrator@sadom1.local
base dn = dc=sadom1, dc=local

attribut:
service>HTTP
Atribut Name>tester
Value>CN=tester,DC=SADOM1,DC=local

I created a Usergroup "tester" and set the user Test as a member of the group tester.
When the user test tries to open a www adress he gets the logon window and no user works [:(] 

In the daemon Logfile i found the following entries:
Feb 20 11:47:41 (none) aua[21372]: U:test F:http R[:D]ENY
Feb 20 11:47:41 (none) aua[21376]: LDAP method failed U: test

Can anyone help me?

greetings BigBud
  


This thread was automatically locked due to age.
  • Hi bigbud, 
    just change the attribute name from tester (your test group) to
    memberOf.
    MemberOf is the atttribute name which the authentication process 
    is looking for if you selected active directory and the check for 
    groupmembership.  
    The value for the attribute is it's distinguished name, so your settings for this are correct ...
    Only a propsal: create some groups named as a service which the members of this goup can use eg. http_users, socks_users, webadmin_useres or smtp_users ... 

    Best regard, 
    michal

        
  • BTW, the documentation says that if you are using Group Membership, then you should enter the name of thr group for the attribute name.  This should be fixed.