commit | d23841ff85c971392b86ba2abb5845d32be03ad8 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri Apr 23 20:27:56 2010 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri Apr 23 20:36:02 2010 -0700 |
tree | 74e57d7e57bf8a53944c9df4db3b33c85a2b24f1 | |
parent | 74260ba0314243982756ad3fa2c18d7f9fd0fda8 [diff] |
Expand LDAP groups only if accountMemberField set If we don't have the attribute name to lookup recursive group membership through, we can't actually perform the query, the JNDI library will throw an NPE. So instead skip out of the method if we haven't configured this attribute for our environment. Change-Id: Ic57eee457acb4a25ccf8929b98cadc80fc409e57 Signed-off-by: Shawn O. Pearce <sop@google.com>