Question

I'm creating a system to integrate a customer internal system with Google provisioning. One thing that arose was the meaning of the IP_WHITELIST optionalAttribute on the Java's Google Apps Provisioning API, seen here.

What does it do for the created user, as I didn't find any attribute on Google Apps' CPanel that matches this item?

Thanks!

Was it helpful?

Solution

It doesn't do much of anything. By default it's always False but toggling it does not effect the user's ability to login from any IP address. My understanding is it was something Google was using but abandoned so it's the equivalent of a light switch with no wires running anywhere.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top