Improve documentation in README and config file

This commit is contained in:
Lars Kanis
2023-04-01 15:09:45 +02:00
parent 0166bf8cdb
commit 5b994514c9
2 changed files with 13 additions and 5 deletions

View File

@ -1,7 +1,9 @@
# With this sample config the distinction between LDAP-synchronized
# groups/users from is done by the membership to ldap_user and
# ldap_group. These two roles have to be defined manally before
# pg_ldap_sync can run:
# groups/users from manually created PostgreSQL users is done by the
# membership in ldap_user and ldap_group.
# These two roles have to be defined manally before pg_ldap_sync can
# run and all synchronized users/groups will become member of them
# later on:
# CREATE GROUP ldap_groups;
# CREATE USER ldap_users;
#