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.
- Run without interaction and import new users as well as synchronize already imported users
79
+
- Restore user models who have been re-activated in your LDAP directory (if you're using [SoftDeletes](https://laravel.com/docs/5.7/eloquent#soft-deleting))
80
+
- Soft-Delete user models who have been deactived in your LDAP directory (if you're using [SoftDeletes](https://laravel.com/docs/5.7/eloquent#soft-deleting))
81
+
- Only import users that have an `objectclass` equal to `user`
82
+
52
83
### Importing a Single User
53
84
54
85
To import a single user, insert one of their attributes and Adldap2 will try to locate the user for you:
0 commit comments