Map an existing group in LDAP and add its existing members to a local database group/role #741
Unanswered
fsonaglioni
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @fsonaglioni , with --verbose, you'll have ldapsearch invocation. This is easier to filter and base right with ldapsearch than from YAML. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello ,
I am new to ldap2pg . I am trying to map an existing group in LDAP add its existing members to a local database group using ldap2pg.yml . I am able to successfully map/sync users individually and / or an empty local group , but cannot seem to figure out how to add the LDAP users onto the local database group so that instead of granting privileges at the user i can do it at the local group/role level .
I am getting the below error >
Regards
Franco
Beta Was this translation helpful? Give feedback.
All reactions