Subversion Repositories oidplus

Rev

Rev 430 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 430 Rev 487
Line 16... Line 16...
16
	OIDplus::baseConfig()->setValue('LDAP_SERVER',               'ldap://shs.company.local');
16
	OIDplus::baseConfig()->setValue('LDAP_SERVER',               'ldap://shs.company.local');
17
	OIDplus::baseConfig()->setValue('LDAP_PORT',                 389);
17
	OIDplus::baseConfig()->setValue('LDAP_PORT',                 389);
18
	OIDplus::baseConfig()->setValue('LDAP_BASE_DN',              'DC=COMPANY,DC=local');
18
	OIDplus::baseConfig()->setValue('LDAP_BASE_DN',              'DC=COMPANY,DC=local');
19
	OIDplus::baseConfig()->setValue('LDAP_CONTROLUSER_RDN',      'test@company.local'); // Can be any user that is able to search for users (in order to find who is owning an email address)
19
	OIDplus::baseConfig()->setValue('LDAP_CONTROLUSER_RDN',      'test@company.local'); // Can be any user that is able to search for users (in order to find who is owning an email address)
20
	OIDplus::baseConfig()->setValue('LDAP_CONTROLUSER_PASSWORD', 'foobar');
20
	OIDplus::baseConfig()->setValue('LDAP_CONTROLUSER_PASSWORD', 'foobar');
-
 
21
	OIDplus::baseConfig()->setValue('LDAP_USER_FILTER',          '(&(objectClass=user)(cn=*))');