Skip to content

Commit

Permalink
ras
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubois54 committed Jun 10, 2022
1 parent ba2f11d commit 99dc4c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ private boolean determineEnseignant(String username) {


private boolean estDansLeGroupe(String username, DirContextOperations dco, String attributGroupeLdap, List<String> listegroupes) {
if(dco!=null && StringUtils.hasText(attributGroupeLdap) && listegroupes != null && !listegroupes.isEmpty()){
if(dco != null && StringUtils.hasText(attributGroupeLdap) && listegroupes != null && !listegroupes.isEmpty()){
String[] vals= dco.getStringAttributes(attributGroupeLdap);
if(vals!=null){
List<String> lmemberof = Arrays.asList(vals);
Expand Down

0 comments on commit 99dc4c9

Please sign in to comment.