Juan,

I found the problem thanks to your example. My implementation of
TMUserManager.getGroup was returning null, which always failed even when the
user was found and had a proper password. Fixed this and it works fine now.
Thank you very much for the assistance.

- Ernie

-----Original Message-----
From: Juan Lorandi (Chile) [mailto:[EMAIL PROTECTED]]

<snip>

User usr = UserManagerImp.getUser("jlorandi");
System.out.println("User:"+usr.getName);
Group grp = UserManagerImp.getGroup("sr_guest");
System.out.println("Group:"+grp.getName);

System.out.println("isMember?"+usr.isMemberOf(grp));



Reply via email to