Hi, If the iFolder server is configured with local Identity store, then the clients do not login. The reason being an assumed condition check in the login process.
During login, the member object gets synchronized to the client and checks if the Family property is sycnhronized, while for local Identity store there is no Family property, causing the login to fail for thick clients, while Web access works. This check was introduced to ensure the logged in member sync completes so there will not be further errors during upload /download in a scaled environment of 10-20k users. We need to find a different property that satisfies the Local identity store and the LDAP Identity store. One option is to use the member.FN property, but not sure if it gets generated while creating the proxy member object. Kalis ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ ifolder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ifolder-devel
