Kaydet (Commit) d10d385f authored tarafından Baran Sekin's avatar Baran Sekin

Added ldap mail option

üst 013af013
......@@ -403,6 +403,7 @@ class MainController extends Controller
"LDAP_HOST" => request('ldapAddress'),
"LDAP_GUID_COLUMN" => request('ldapObjectGUID'),
"LDAP_STATUS" => request('ldapStatus'),
"LDAP_MAIL_COLUMN" => request('ldapMail'),
]);
return respond(__("Kaydedildi!"), 200);
}
......
......@@ -3,6 +3,7 @@
return [
"ldap_host" => env('LDAP_HOST'),
"ldap_guid_column" => env('LDAP_GUID_COLUMN', 'objectguid'),
"ldap_mail_column" => env('LDAP_MAIL_COLUMN', 'mail'),
"ldap_base_dn" => env('LDAP_BASE_DN'),
"ldap_domain" => env('LDAP_DOMAIN'),
"ldap_status" => env('LDAP_STATUS'),
......
1.5.3
\ No newline at end of file
1.5.4
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment