cancel
Showing results for 
Search instead for 
Did you mean: 

LDAP Connection with "restricted" user

Former Member
0 Kudos

Hello,

Using LDAP, is it possible to connect to a domain controller with a user that is only allowed to login from a particular machine/source? I cannot get this to work using the following url string (it works fine with an un-restricted user).

jdbc:ldap://<srv>:3268/dc=xxxx,dc=xx?IGNORE_TRANSACTIONS:=true&SEARCH_SCOPE:=subTreeScope

I guess my question is, does anyone know of a way to send the source name within the url? Perhaps I am on the wrong track?

Thanks!

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Paul.

the way you can do that is to have an LDAP query specific to an OU that the PC is in.

I have never done a PC, but I control access with membership OU and Group OU.

Users to an xMII user are in a user OU, then I have the xMII roles maped to membership in a Group OU.

So in therory, you could make a role for a PC and map it to the Group membership

Hope this helps.

Andy