You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/config/auth.conf.dist.php
+3-11
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@
117
117
'password' => 'userPassword',
118
118
'status' => '!5', // Forcing status to 5; To change this set 'status' => 'func' and implement an extldap_get_status($ldap_array) function
119
119
'active' => '!1', // Forcing active to 1; To change this set 'status' => 'func' and implement an extldap_get_active($ldap_array) function
120
-
'admin' => 'func'// Using the extldap_get_admin() function to check if user is an administrator based on some ldap user record value
120
+
'admin' => 'func'// Using the extldap_get_admin() function (defined in main/auth/external_login/ldap.inc.php) to check if user is an administrator based on some ldap user record value
0 commit comments