From f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Fri, 8 Mar 2019 21:20:34 +0100 Subject: további rendrakás --- mayor-orig/www/include/share/session/attrs.php | 63 -------------------------- 1 file changed, 63 deletions(-) delete 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 deleted file mode 100644 index c7ebafb7..00000000 --- a/mayor-orig/www/include/share/session/attrs.php +++ /dev/null @@ -1,63 +0,0 @@ - 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