From bac1df6134eee78b79810d13c71a2b22b4739a12 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sun, 29 Sep 2019 12:02:59 -0600 Subject: added businessCategory field --- entity/ldap-user.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'entity') 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)) -- cgit v1.3