diff options
Diffstat (limited to 'entity/ldap-user.lisp')
| -rw-r--r-- | entity/ldap-user.lisp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/entity/ldap-user.lisp b/entity/ldap-user.lisp index aa0d64c..32837a2 100644 --- a/entity/ldap-user.lisp +++ b/entity/ldap-user.lisp @@ -32,7 +32,10 @@ :accessor telephonenumber) (mobile :initarg :mobile :initform nil - :accessor mobile)) + :accessor mobile) + (businesscategory :initarg :businesscategory + :initform nil + :accessor businesscategory)) (:documentation "A single inetOrgPerson entry from LDAP.")) (defmethod get-cn ((ldap-user ldap-user)) |
