cancel
Showing results for 
Search instead for 
Did you mean: 

NBU with LDAP issue

jim_de_sitter
Level 2

Hi,

I have my underlying linux hooked up to LDAP. I can login with an LDAP user onto the operating system.

But when I add an LDAP user to the auth.conf, I'm not able to login.
When I create a local user, and add that to the auth.conf, I can login.

Am I missing something? Do I need to do something else to allow non-local users to login to the Java Console?

thx
Jim

 

(Moved to new post from 5-year old post by MV)

3 REPLIES 3

GeForce123
Level 5

Can you show us what your entry in the auth.conf file looks like for and LDAP user?

It should look like domain\user ADMIN=ALL JBP=ALL

Thiago_Ribeiro
Moderator
Moderator
Partner    VIP    Accredited

Hi,

Did you already try this? Take a look

Auth.Conf.PNG

 

Regards,

 

Thiago

Mike_Gavrilov
Moderator
Moderator
Partner    VIP    Accredited Certified

Could you try to run

 #getent passwd <USERNAME>

if it doesn't return correct value then NBU couldn't use such user.