LDAPS auth DN clarification

Hello,

I am working on setting up LDAPS auth on our install of Openvas Community Edition on Kali.

I was wondering if anyone has examples on what auth DNs they are using - the documentation examples (primarily by uid and cn wildcards) do not seem to work in our environment. Are we able to use SAMaccountname or just userPrincipalName for LDAPS users or does that not work with user creation’s prohibited characters?

Thank you,

Hi huckfinland,

I’m using OpenVAS with LDAP. However, it only works at the DN user level. Groups don’t work. Here’s my DN string:

cn=%s,ou=user,dc=mydomain,dc=internal

You need to create the user in OpenVAS, configure LDAP authentication, and then you can use the domain password to log in.

1 Like