Skip to content

Commit

Permalink
set administrator to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl authored Mar 24, 2024
1 parent d85b26e commit 083b975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/bin/expand-configuration
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jenv = Environment(
)

properties = {
"admin_users" : os.environ['ADMIN_USERS'],
"admin_users" : os.environ['ADMIN_USERS'].lower(),
"ldap_schema" : os.environ['SOGO_LDAP_SCHEMA'],
"ldap_port" : int(os.environ['SOGO_LDAP_PORT']),
"ldap_user" : os.environ['SOGO_LDAP_USER'],
Expand Down

0 comments on commit 083b975

Please sign in to comment.