File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
if (getenv ('LDAP_ACCOUNT_ADDITIONAL_ATTRIBUTES ' )) { $ LDAP ['account_additional_attributes ' ] = getenv ('LDAP_ACCOUNT_ADDITIONAL_ATTRIBUTES ' ); }
34
34
35
35
if (getenv ('LDAP_GROUP_MEMBERSHIP_ATTRIBUTE ' )) { $ LDAP ['group_membership_attribute ' ] = getenv ('LDAP_GROUP_MEMBERSHIP_ATTRIBUTE ' ); }
36
- if (getenv ('LDAP_GROUP_MEMBERSHIP_USES_UID ' ) {
37
- if (strtoupper (getenv ('LDAP_GROUP_MEMBERSHIP_USES_UID ' )) == TRUE ) { $ LDAP ['group_membership_uses_uid ' ] = TRUE ; }
36
+ if (getenv ('LDAP_GROUP_MEMBERSHIP_USES_UID ' )) {
37
+ if (strtoupper (getenv ('LDAP_GROUP_MEMBERSHIP_USES_UID ' )) == TRUE ) { $ LDAP ['group_membership_uses_uid ' ] = TRUE ; }
38
38
if (strtoupper (getenv ('LDAP_GROUP_MEMBERSHIP_USES_UID ' )) == FALSE ) { $ LDAP ['group_membership_uses_uid ' ] = FALSE ; }
39
39
}
40
40
You can’t perform that action at this time.
0 commit comments