We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e76a5 commit ed50b68Copy full SHA for ed50b68
resources/lib/UnityLDAP.php
@@ -11,10 +11,6 @@
11
class UnityLDAP extends ldapConn
12
{
13
// 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
-
18
private const RDN = "cn"; // The defauls RDN for LDAP entries is set to "common name"
19
20
public const POSIX_ACCOUNT_CLASS = array(
0 commit comments