Skip to content

Commit 500b472

Browse files
committed
delete unused variables
1 parent a1679de commit 500b472

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: resources/lib/UnityLDAP.php

-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
class UnityLDAP extends ldapConn
1212
{
1313
// User Specific Constants
14-
private const ID_MAP = array(1000, 9999);
15-
private const PI_ID_MAP = array(10000, 19999);
16-
private const ORG_ID_MAP = array(20000, 29999);
17-
1814
private const RDN = "cn"; // The defauls RDN for LDAP entries is set to "common name"
1915

2016
public const POSIX_ACCOUNT_CLASS = array(

0 commit comments

Comments
 (0)