Skip to content

Commit

Permalink
Update oxSessionStateId attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Dec 28, 2015
1 parent c6e81fb commit 3cb0cd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class RequestMessageLdap extends BaseEntry {
@LdapAttribute(name = "creationDate")
protected Date creationDate;

@LdapAttribute(name = "oxSessionState")
@LdapAttribute(name = "oxSessionStateId")
protected String sessionState;

public RequestMessageLdap() {}
Expand Down

0 comments on commit 3cb0cd2

Please sign in to comment.