Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @Entry(objectClasses={"organizationalUnit", "top"}, base="ou=units")
  2. public class Unit {
  3.  
  4. @Id
  5. private Name dn;
  6.  
  7. @Attribute(name="ou")
  8. @DnAttribute(value="ou", index=1)
  9. private String rdn;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement