.mapping(User.class)
.baseDN("OU=People,O=picketlink,DC=jboss,DC=test1")
.objectClasses("inetOrgPerson", "organizationalPerson")
.attribute("loginName", "sAMAccountName", true)
.bindingAttribute("firstName", CN)
.attribute("lastName", SN)
.attribute("email", EMAIL)
.readOnlyAttribute("createdDate", CREATE_TIMESTAMP)