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

A possible solution to Astaro's SSO AD shortcomings

Likewise Open Source Software that Authenticates Linux, Unix, and Mac systems with Microsoft Active Directory

This would allow astaro to fully integrate with AD and be truly SSO capable. It's gpl 3 to boot so it's truly free..[:)]


This thread was automatically locked due to age.
  • Bind User DN:
     
     Bind User Password:
     
     Repeat:
     
      
      Test Server  
     
     Base DN:
     

    This form configures Active Directory authentication. You need to specify at least Server and Port


    so what goes in the base dn section?  I'm pretty sure i ahve the user dn setup right..

    Owner:  Emmanuel Technology Consulting

    http://etc-md.com

    Former Sophos SG(Astaro) advocate/researcher/Silver Partner

    PfSense w/Suricata, ntopng, 

    Other addons to follow

  • I didn't receive an email.  Here's an extract from my document:
    I. Determine from Windows Server the DN for the binding user and for the Base DN

    If you pick a user with administrative rights, you will be able to configure either or both LDAP and AD.  You will need the full, exact Distinguished Name (DN) for the Astaro to be able to work with AD or LDAP services.

    Open a Command Prompt on the server running the AD services.  In my case, I have a separate login for me when I want to be an administrator, bob2, so I ran the following command:

    dsquery user –name b*

    Among the responses was the one I was looking for:

    “CN=bob2,OU=SBSUsers,OU=Users,OU=MyBusiness,DC=Ourdomain,DC=local”

    Because I want to be able to use pre-existing AD groups to fine-tune the HTTP Proxy and to limit use of the Portal to select users, I’ll set the Base DN for my AD as:

    “OU=MyBusiness,DC=Ourdomain,DC=local”

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • I'm having the same issue.  My user is in the Default Users Group but when I click "Test Sever" I get the error message.

    Server exists and accepts connections, but bin to ldaps://[serverip] failed with Bind DN and password.

    I know the password is correct.

    Bind User DN:  CN=A****,OU=Users,DC=[domain],DC=local

    Base DN: DC=[domain],DC=local
  • Before you hit [Test Server], you must press [Apply].

    I made that mistake several times before I figured out they thought nobody could be so foolish...

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • BAlfson,
    I used your method as outlined in #13 and it worked a real treat for me. It was almost identical as your example was for a SBS AD which is what I run.
    Thanks, that took the headache out of configuring AD for Astaro.