From 2c7ea66ab6e45607e184c82c517ad3036b62a9c9 Mon Sep 17 00:00:00 2001 From: Jared Murrell Date: Sun, 11 Apr 2021 23:15:37 -0400 Subject: [PATCH 1/2] Update syncmap.yml.example --- syncmap.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncmap.yml.example b/syncmap.yml.example index 3011662..f81d608 100644 --- a/syncmap.yml.example +++ b/syncmap.yml.example @@ -1,6 +1,6 @@ --- mapping: - github: demo-team - ldap: ldap super users + directory: ldap super users - github: demo-team-2 - ldap: another-group + directory: another-group From f09ae68605e6bb7ceb57639d17085e4b8ae81705 Mon Sep 17 00:00:00 2001 From: Jared Murrell Date: Sun, 11 Apr 2021 23:20:03 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d89c804..08a4cdd 100644 --- a/README.md +++ b/README.md @@ -190,9 +190,9 @@ TEST_MODE=false --- mapping: - github: demo-team - ldap: ldap super users + directory: ldap super users - github: demo-admin-2 - ldap: some other group + directory: some other group ``` ## Usage Examples