Hi Ron, > On 08. Dec, 2020, at 21:12, Ron <ronljohnsonjr@xxxxxxxxx> wrote: > > Does LDAP obviate the need for the PASSWORD clause of CREATE ROLE? yes, it does. We use it all the time. create role <name> login; grant <approle> to name; It works with us this way. The user/role is otherwise completely managed in LDAP, including password policies, etc. Cheers, Paul