|
| |||||||||
| Tags: ldap |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| AD user limited to read ldap only
I have a non-windows devices which needs to read AD LDAP. The device uses a AD username and password to access the LDAP info. Call me paranoid but if someone should happen to access the device and extract the user/password I would like to at least prevent the user from logging on to the network. Is is possible to create a user account that can only read ldap, and not have any other permissions? Thanks for any help. |
|
#2
| |||
| |||
| Re: AD user limited to read ldap only
Add your user to these Rights... SeDenyBatchLogonRight SeDenyInteractiveLogonRight SeDenyRemoteInteractiveLogonRight SeDenyServiceLogonRight Do not remove the SeDenyNetworkLogonRight. This allows a user to authenticate over the network. |
|
#3
| |||
| |||
| Re: AD user limited to read ldap only
Where do I find these settings? |
|
#4
| ||||
| ||||
| Re: AD user limited to read ldap only
|
|
#5
| |||
| |||
| Re: AD user limited to read ldap only
Thanks for the steps. I was hoping the solution in this thread would help, but it hasn't. Perhaps someone could help in my my scenario: Native 2008 AD domain. We use a third-party app that allows authentication through LDAP. Regular users can authenticate in, but service accounts can't. Though I get a "user not found" error, the same error is generated when a user puts in the wrong password. I've tested placing the user(s) and service accounts in different OUs/containers, but that doesn't make any difference. The service account can log into a computer, so I know that it works otherwise. Vendor support says they have seen similar problems when the service account has read-only permissions to the AD, and that is what led me to this thread. And the LDAP guru for my environment tells me that there a problem in the app's code, however the vendor isn't admitting anything. So with the tip from this thread, I gave the service account Full Control over the deepest child container it is in, but that didn't fix my problem. Any suggestions out there? |
|
#6
| ||||
| ||||
| Re: AD user limited to read ldap only
Hi a4andrew, The error message that you are getting is very general and it does not explain any specific problem or reason itself. Microsoft has a very good article to fix this issue at http://support.microsoft.com/kb/324321/en-us. You can also try to use the below method and see if it helps:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "AD user limited to read ldap only" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem in binding the user in LDAP using Spring LDAP | deepti.agrawal | Software Development | 1 | 25-04-2011 03:26 AM |
| Query LDAP to get user Telephone | Omar Rodríguez | Active Directory | 1 | 10-06-2009 07:00 PM |
| LDAP user authentication error with VBScript from ASP | mirin | Active Directory | 2 | 02-09-2007 12:13 PM |
| LDAP - Help please, user creation and settings | Kane T | Windows Server Help | 3 | 26-10-2006 01:41 AM |
| User permissions to read LDAP | Galvanon | Window 2000 Help | 8 | 14-05-2006 07:13 PM |