diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2019-09-29 12:02:59 -0600 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2019-09-29 12:02:59 -0600 |
| commit | bac1df6134eee78b79810d13c71a2b22b4739a12 (patch) | |
| tree | dd0081f9483230407ec3392f36c5daa8d90b0f93 /entity | |
| parent | 00c4a9224cae914abf4ca5e8b0961d69025603a9 (diff) | |
added businessCategory field
Diffstat (limited to 'entity')
| -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)) |
