Posts by lvendrame • 41 points
3 posts
-
1
votes0
answers41
viewsQ: Message Globalization for Active Directory
I have an application developed in ASP.NET and uses Active Directory for authentication. Active Directory error messages, when published on my computer, appear in Portuguese, but when published on…
-
0
votes2
answers1100
viewsA: LDAP and AD - Error adding user to group with C#
I was able to solve using the DirectoryServices, I had to use the signature that provides the user and the password. In the end the method was like this: public void UpdateUserGroup(ADEntry…
-
3
votes2
answers1100
viewsQ: LDAP and AD - Error adding user to group with C#
I am trying to add a user to the group, but I am returned the following error: Message: The server is reluctant to process the request. Errorcode: -2147016651 Extendederror: 1359…