Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
0a1716382e
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ class StoreLdapSettings extends FormRequest
|
||||||
*/
|
*/
|
||||||
public function rules(): array
|
public function rules(): array
|
||||||
{
|
{
|
||||||
\Log::error('boop');
|
|
||||||
return [
|
return [
|
||||||
'ldap_username_field' => 'not_in:sAMAccountName|required_if:ldap_enabled,1',
|
'ldap_username_field' => 'not_in:sAMAccountName|required_if:ldap_enabled,1',
|
||||||
'ldap_auth_filter_query' => 'not_in:uid=samaccountname|required_if:ldap_enabled,1',
|
'ldap_auth_filter_query' => 'not_in:uid=samaccountname|required_if:ldap_enabled,1',
|
||||||
|
|
Loading…
Add table
Reference in a new issue