Skip to content

Commit

Permalink
correct admin and usergroup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlinMr committed Apr 19, 2024
1 parent 24e9ce8 commit 4f91dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/etc/cont-init.d/03-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ cat > ${LIBRENMS_PATH}/config.d/active_directory.php <<EOL
\$config['auth_ad_timeout'] = '$AUTH_AD_TIMEOUT';
\$config['auth_ad_debug'] = '$AUTH_AD_DEBUG';
\$config['auth_ad_require_groupmembership'] = '$AUTH_AD_REQUIRE_GROUPMEMBERSHIP';
\$config['auth_ad_group_ad_admingroup'] = '$AUTH_AD_GROUP_AD_ADMINGROUP';
\$config['auth_ad_group_ad_usergroup'] = '$AUTH_AD_GROUP_AD_USERGROUP';
\$config['auth_ad_groups']['$AUTH_AD_GROUP_AD_ADMINGROUP']['level'] = 10;
\$config['auth_ad_groups']['$AUTH_AD_GROUP_AD_USERGROUP']['level'] = 5;
\$config['active_directory_users_purge'] = '$ACTIVE_DIRECTORY_USERS_PURGE';
EOL

Expand Down

0 comments on commit 4f91dc1

Please sign in to comment.