-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you add examples of AddRequest and DelRequest? #145
Comments
Code to add entries using go-ldap package main import ( const ( func main() { func addEntries(){
} |
Moving a User is done with the |
Hi @mevric , Your code triggers the following error :
How did you manage to pass multiple objectClass to your new entries? Thx, Gaëtan |
#150 calls for more example code - closing this in favor of that issue |
Just in case... here is how you add multiple objectClass. |
note that new versions of var controls = []ldap.Control{}
ldap.NewAddRequest("cn=tom,ou=users,dc=example,dc=org", controls) |
Is moving a user deleting and then adding to another directory?
When I add a user it returns error code 65 'Object Class Violation'
The text was updated successfully, but these errors were encountered: