Skip to content

Commit

Permalink
CAS LDAP field fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmogn committed Feb 23, 2017
1 parent b2b0cde commit 6e773a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public void save() {
log.info("save() CAS call");

try {
if (configuration.getOrgInum() == null || configuration.getOrgInum().isEmpty() )
if (configuration.getInum() == null || configuration.getInum().isEmpty() )
casService.addCASConfiguration(configuration);
else
casService.updateCASConfiguration(configuration);
Expand Down

0 comments on commit 6e773a8

Please sign in to comment.