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

Commit 5ea3e4a

Browse files
committed
Use users distinguished name by default
1 parent f6a27d0 commit 5ea3e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122

123123
'discover' => 'userprincipalname',
124124

125-
'authenticate' => 'userprincipalname',
125+
'authenticate' => 'distinguishedname',
126126

127127
],
128128

0 commit comments

Comments
 (0)