Hi,
I am seeking the opinion of people that have implemented the use of
Group policies in internationalized applications.
In our application we have some core components that have to validate
the credentials of users, for instance we check if a user is a member of the
"Acme Administrators" group or "Acme Users" user. The problem comes from the
fact that in our french version the groups will be named "Acme
Administrateurs" and "Acme Usagers", so we cannot search by group name. One
obvious solution is to store in the registry the SID's of the variaous
groups we have created and lookup by SID's instead of names.
Are there any other way?
Thank you!
Martin Paré