Needs quotes around the defines to avoid a php warning.

Comments

kreaper’s picture

Assigned: Unassigned » kreaper
kreaper’s picture

Are you referring to these ?

// Private constants (default values). Do not touch either
define(LDAP_DEFAULT_GROUP_DN_ATTRIBUTE, 'ou');
define(LDAP_DEFAULT_GROUP_ATTR, 'userGroups');
define(LDAP_DEFAULT_GROUP_ENTRIES, 'cn=Group,dc=example,dc=com');
define(LDAP_DEFAULT_GROUP_ENTRIES_ATTRIBUTE, 'memberUid');

they already have quotes ...

steveh2’s picture

Only the value has quotes, the names need them too....

kreaper’s picture

Status: Active » Fixed

fixed in HEAD

kreaper’s picture

Status: Fixed » Closed (fixed)