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 has been archived by the owner on Jul 24, 2023. It is now read-only.
And again same error. I thought that it can be because of user permissions, that I'm using, but with the same credentials using Softera Ldap Administrator it works, I can create entry in my selected OU, so probably something wrong with my code.
BTW, I'm able to move user to my selected OU with the methods that your package provides. $user->move($ou);
Any help will be appreciated!
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Adldap2 Version: Master
LDAP Type: ActiveDirectory
PHP Version: 7.3
Laravel version: 5.8
Hi there,
I have an issue with creating user in specific OU.
I'm not sure, but I think it should be done using distinguished names.
so what I have tried is
So if leave this as this is, it will work. But I will need to create in specific OU depending on some conditions.
So what I've tried is adding to above code this
As a result got error message
ErrorException : ldap_add(): Add: Insufficient access at project_root\vendor\adldap2\adldap2\src\Connections\Ldap.php:354
tried also with this way
And again same error. I thought that it can be because of user permissions, that I'm using, but with the same credentials using Softera Ldap Administrator it works, I can create entry in my selected OU, so probably something wrong with my code.
BTW, I'm able to move user to my selected OU with the methods that your package provides.
$user->move($ou);
Any help will be appreciated!
Thanks
The text was updated successfully, but these errors were encountered: