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

Iview Authentication Server Attribute?!

I have Iview setup and it's collecting/showing logs fine. My issue is setting up the 'Authentication Server' in 'configuration section' where no matter WHAT I put in for the 'authentication attribute' it does not like and test connection fails.

I know the default is UID, but it doesn't like that either. I have LDAP set up just fine on Sophos UTM, Firewall, etc but I can't get this to work.

Is there some other syntax for attribute that should be there, what am I missing?

Thanks


This thread was automatically locked due to age.
  • set admin account without base dn.

    On UTM you have to enter the full path including base dn, on iView the base dn is added internally
  • I remember having this same issue... frustrating for a short while.

    But here's what I've done.

    I'm using an AD server 2008 R2.

    In the iView Authentication Settings I have the following:

    Server Type: LDAP
    Server Name: NetBIOS name (not that it makes a difference, I like to 'marry things up')
    Auth Server IP: 192.168.20.15
    Port: 389
    Version: 3
    Base DN: DC=SophosSE,DC=roam (I used the GetBaseDN as I'm lazy)
    Administrator: CN=Administrator,CN=Users
    Password: Abc123
    Authentication Attribute: sAMAccountName

    This should yield a successful TEST for you... pending you get the correct details for your environment...

    ==

    When in doubt, Script it out.

  • I remember having this same issue... frustrating for a short while.

    But here's what I've done.

    I'm using an AD server 2008 R2.

    In the iView Authentication Settings I have the following:

    Server Type: LDAP
    Server Name: NetBIOS name (not that it makes a difference, I like to 'marry things up')
    Auth Server IP: 192.168.20.15
    Port: 389
    Version: 3
    Base DN: DC=SophosSE,DC=roam (I used the GetBaseDN as I'm lazy)
    Administrator: CN=Administrator,CN=Users
    Password: Abc123
    Authentication Attribute: sAMAccountName

    This should yield a successful TEST for you... pending you get the correct details for your environment...


    Worked like a champ!! Thanks for the help....
  • Confirmed that this worked for me on 1.002-9.

    Documentation is not very clear that a CN is required for the user.