We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5987496 commit 76c69dfCopy full SHA for 76c69df
plugins/src/opengrok/auth/entity/LdapUser.java
@@ -39,6 +39,8 @@ public class LdapUser implements Serializable {
39
private Set<String> ou;
40
private final Map<String, Set<String>> attrs = new HashMap<>();
41
42
+ private static final long serialVersionUID = 1L;
43
+
44
public LdapUser(String mail, String uid, Set<String> ou) {
45
this.mail = mail;
46
this.uid = uid;
0 commit comments