Skip to content

Commit 57e67b8

Browse files
authored
delete unused variables (#155)
1 parent 97f2620 commit 57e67b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

resources/lib/UnityLDAP.php

Lines changed: 0 additions & 4 deletions
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)