Search found 6 matches

by kh-phpmyfaq
Fri Jan 27, 2012 2:53 pm
Forum: Bug reports
Topic: LDAP + Single Sign On (SSO) errors in 2.7.3
Replies: 7
Views: 11087

Re: LDAP + Single Sign On (SSO) errors in 2.7.3

Mapping in constants_ldap.php ist default and in my opinion ok
(these values work on a bunch of different appliances and websites here that do ldap auth/SSO, too)


// Datamapping - in this example for an ADS
$PMF_LDAP['ldap_mapping'] = array (
'name' => 'cn',
'username' => 'samAccountName ...
by kh-phpmyfaq
Fri Jan 27, 2012 1:31 pm
Forum: Bug reports
Topic: LDAP + Single Sign On (SSO) errors in 2.7.3
Replies: 7
Views: 11087

Re: LDAP + Single Sign On (SSO) errors in 2.7.3

There are no errors reported in Domain Controller eventlog.
Just messages that the user got authenticated successfully.

So the login part seems to work, but not the part where the userinfo is looked up in LDAP when SSO is enabled?
by kh-phpmyfaq
Fri Jan 27, 2012 12:33 pm
Forum: Bug reports
Topic: LDAP + Single Sign On (SSO) errors in 2.7.3
Replies: 7
Views: 11087

Re: LDAP + Single Sign On (SSO) errors in 2.7.3

I need LDAP and SSO for automatic login of our Domain users to PMF.

Your info does not seem to fix it.
The base DN (search path) already seems to be correct because all users who will login to PMF are existing only in the Organizational Unit "OU=Users,OU=myBusiness,DC=dom,DC=local".

Just to be ...
by kh-phpmyfaq
Thu Jan 26, 2012 3:34 pm
Forum: Bug reports
Topic: LDAP + Single Sign On (SSO) errors in 2.7.3
Replies: 7
Views: 11087

LDAP + Single Sign On (SSO) errors in 2.7.3

I'm not sure if this is actually a bug or a misconfiguration on my side.

Scenario: PMF 2.7.3, Active Directory Domain

ldap.php content:

$PMF_LDAP["ldap_server"] = 'dc.dom.local';
$PMF_LDAP["ldap_port"] = '389';
$PMF_LDAP["ldap_user"] = 'CN=ldapauthuser,CN=Users,DC=dom,DC=local';
$PMF_LDAP["ldap ...
by kh-phpmyfaq
Tue Jan 24, 2012 2:07 pm
Forum: Bug reports
Topic: Can't add users with a dot in username in PMF 2.7.3 | LDAP
Replies: 3
Views: 5426

Can't add users with a dot in username in PMF 2.7.3 | LDAP

In PMF 2.7.3 with LDAP Auth enabled, users with a dot in their username (j.stevens) can login but are not added to the PMF user list.
Users without dot in their username (jstevens) can login and are added to the PMF user list.

Debug is enabled and there is no error or warning output when a user ...