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: docs/tutorials/users.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
## Creating Users
10
10
11
-
To begin, creating a user is actually quite simple, as it only requries a Common Name:
11
+
To begin, creating a user is actually quite simple, as it only requires a Common Name:
12
12
13
13
```php
14
14
$user = Adldap::make()->user([
@@ -31,7 +31,8 @@ $user = Adldap::make()->user([
31
31
$user->save();
32
32
```
33
33
34
-
If you don't provide a Distinguished Name to the user during creation, one will be set for you automatically by taking your configured `base_dn` and using the users Common Name you give them:
34
+
If you don't provide a Distinguished Name to the user during creation, one will be set for you automatically
35
+
by taking your configured `base_dn` and using the users Common Name you give them:
0 commit comments