Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 429c708

Browse files
committed
Added administrator account suffix option
1 parent 7d67192 commit 429c708

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/Config/config.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,20 @@
9797

9898
'base_dn' => 'dc=corp,dc=acme,dc=org',
9999

100+
/*
101+
|--------------------------------------------------------------------------
102+
| Administrator Account Suffix
103+
|--------------------------------------------------------------------------
104+
|
105+
| This option allows you to set a different account suffix for your
106+
| configured administrator account upon binding.
107+
|
108+
| If left empty, your `account_suffix` option will be used.
109+
|
110+
*/
111+
112+
'admin_account_suffix' => '@acme.org',
113+
100114
/*
101115
|--------------------------------------------------------------------------
102116
| Administrator Username & Password

0 commit comments

Comments
 (0)