askin for LDAP configuration - Mailing list pgadmin-support

From Salih Zengin
Subject askin for LDAP configuration
Date
Msg-id CAKrrE_f5h6zpgj0nHD+y7hJ-xN9f=gGSHCtAtQUS3V4ma6wKwA@mail.gmail.com
Whole thread Raw
Responses Re: askin for LDAP configuration
List pgadmin-support
Hi guys,

I am trying to setup our Azure ADDS LDAP with pgadmin.
I have two problems where I cant find a good solution.
          - name: PGADMIN_CONFIG_LDAP_USERNAME_ATTRIBUTE
            value: "'cn'"
This is only working for cn for me. userPrincipalName, mail or
sAMAccountName as attribute are not working, idk why. We have some
users with special character in their cn, and also in general this
should be classic the account name.

I want to limited the user access. When I use this, it is also not working:
          - name: PGADMIN_CONFIG_LDAP_BASE_DN
            value:
"'(&(objectClass=user)(|(memberof=CN=ldap_PGadmin,OU=AADDC
Users,DC=xxxyyy,DC=com)))'"

Of course the general BASE_DN works and find my cn user
          - name: PGADMIN_CONFIG_LDAP_BASE_DN
            value: "'OU=AADDC Users,DC=xxxyyy,DC=com'"

Does anyone have a hint / advice for this?

Thanks in advance.
salih



pgadmin-support by date:

Previous
From: sylviayzc
Date:
Subject: Re: upload large files in pgadmin
Next
From: Nasrin Kianpoor
Date:
Subject: RE: Create server in pgAdmin