You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -569,5 +569,5 @@ Tips:
569
569
- Unsuccessful imported users are also reported in your log files, with the message of the exception:
570
570
-`[2016-06-29 14:51:51] local.ERROR: Unable to import user janedoe. SQLSTATE[23000]: Integrity constraint violation: 1048`
571
571
- To run the import without logging, use `php artisan adldap:import --log=false`
572
-
- To import a single user, insert their username `php artisan adldap:import jdoe`
572
+
- To import a single user, insert their username:`php artisan adldap:import jdoe`
573
573
- Specifying a username uses ambiguous naming resolution, so you're able to specify attributes other than their username, such as their email (`php artisan adldap:import jdoe@mail.com`).
0 commit comments