feat(ldap): began work on org role sync

This commit is contained in:
Torkel Ödegaard
2015-07-14 14:29:07 +02:00
parent a7b1df34c5
commit fe41a4e6fa
3 changed files with 10 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ allow_org_create = true
# Set to true to automatically assign new users to the default organization (id 1)
auto_assign_org = true
# Default role new users will be automatically assigned (if disabled above is set to true)
# Default role new users will be automatically assigned (if auto_assign_org above is set to true)
auto_assign_org_role = Viewer
#################################### Anonymous Auth ##########################