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

Commit af009ae

Browse files
committed
Revert bind as user config option.
1 parent 3c653db commit af009ae

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/Config/auth.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -122,21 +122,6 @@
122122

123123
'bind_user_to_model' => env('ADLDAP_BIND_USER_TO_MODEL', false),
124124

125-
/*
126-
|--------------------------------------------------------------------------
127-
| Bind As User
128-
|--------------------------------------------------------------------------
129-
|
130-
| The bind as user option will bind to your AD server as the
131-
| authenticated user. This is useful if you want LDAP
132-
| operations ran underneath the bound user.
133-
|
134-
| This option must be true or false.
135-
|
136-
*/
137-
138-
'bind_as_user' => env('ADLDAP_BIND_AS_USER', false),
139-
140125
/*
141126
|--------------------------------------------------------------------------
142127
| Sync Attributes

0 commit comments

Comments
 (0)