From 43de9af71f7f4ca5731b94a06d688ae8412ba427 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Fri, 6 Jul 2018 11:14:41 +0200 Subject: 2018/Feb/28 -i állapot hozzáadva, mint a módosítások kiindulási állapota --- mayor-orig/www/include/share/session/attrs.php | 63 ++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 mayor-orig/www/include/share/session/attrs.php (limited to 'mayor-orig/www/include/share/session/attrs.php') diff --git a/mayor-orig/www/include/share/session/attrs.php b/mayor-orig/www/include/share/session/attrs.php new file mode 100644 index 00000000..c7ebafb7 --- /dev/null +++ b/mayor-orig/www/include/share/session/attrs.php @@ -0,0 +1,63 @@ + array('desc' => _ATTR_USERACCOUNT, 'type' => 'text'), + 'userCn' => array('desc' => _ATTR_USERCN, 'type' => 'text'), + 'userPassword' => array('desc' => _ATTR_USERPASSWORD, 'type' => 'text'), + 'uidNumber' => array('desc' => _ATTR_UIDNUMBER, 'type' => 'text'), + 'mail' => array('desc' => _ATTR_MAIL, 'type' => 'text'), + 'telephoneNumber' => array('desc' => _ATTR_TELEPHONENUMBER, 'type' => 'text'), + 'studyId' => array('desc' => _ATTR_STUDYID, 'type' => 'text'), + 'shadowLastChange' => array('desc' => _ATTR_SHADOWLASTCHANGE, 'type' => 'text'), + 'shadowMin' => array('desc' => _ATTR_SHADOWMIN, 'type' => 'text'), + 'shadowMax' => array('desc' => _ATTR_SHADOWMAX, 'type' => 'text'), + 'shadowWarning' => array('desc' => _ATTR_SHADOWWARNING, 'type' => 'text'), + 'shadowInactive' => array('desc' => _ATTR_SHADOWINACTIVE, 'type' => 'text'), + 'shadowExpire' => array('desc' => _ATTR_SHADOWEXPIRE, 'type' => 'text'), + 'groupCn' => array('desc' => _ATTR_GROUPCN, 'type' => 'text'), + 'groupDesc' => array('desc' => _ATTR_GROUPDESC, 'type' => 'text'), + 'member' => array('desc' => _ATTR_MEMBER, 'type' => 'select'), + ); + + + +?> -- cgit v1.2.3