K
Kenny
Hello,
I'm making a webapp that allows users to make ldap changes. I would
like these changes to be made on their local site so they don't have
to wait for replication to occur. I know I can make a lookup on
_ldap._tcp.dc._msdcs.domain to find all the servers for their domain,
but I'm not sure how to find what site the user would be in.
Different webpages say that this is usually done through an 'AD ping'
or ldap-over-udp ping. Although I don't know how to do this it appears
it would only return the site for the webserver (the connecting IP).
Can anyone tell me how to find the site for the IP of a user connected
to the webapp? I'm doing this in Java, so any JNDI solutions?
Thanks in advance,
Kenny
I'm making a webapp that allows users to make ldap changes. I would
like these changes to be made on their local site so they don't have
to wait for replication to occur. I know I can make a lookup on
_ldap._tcp.dc._msdcs.domain to find all the servers for their domain,
but I'm not sure how to find what site the user would be in.
Different webpages say that this is usually done through an 'AD ping'
or ldap-over-udp ping. Although I don't know how to do this it appears
it would only return the site for the webserver (the connecting IP).
Can anyone tell me how to find the site for the IP of a user connected
to the webapp? I'm doing this in Java, so any JNDI solutions?
Thanks in advance,
Kenny