Hi,
I don't find any problem.
I don't undertand the problem.
For Recap:
I have configurate dhe ldap.php with this line:
==
PMF_LDAP['ldap_server'] = 'ldap://myldap';
$PMF_LDAP['ldap_port'] = 389;
$PMF_LDAP['ldap_user'] = 'CN=myuser,CN=Users,DC=myldap,DC=to,DC=it';
$PMF_LDAP['ldap_password ...
Search found 8 matches
- Fri Oct 13, 2023 1:52 pm
- Forum: Webserver and configuration
- Topic: LDAP Group Filter
- Replies: 15
- Views: 38840
- Tue Oct 10, 2023 4:36 pm
- Forum: Webserver and configuration
- Topic: LDAP Group Filter
- Replies: 15
- Views: 38840
Re: LDAP Group Filter
hi Thorsten,
i have configurate web admin page, with correct mebmer of. But not work.
I don't find a log, for determinate the errore.
Do you have an idea?
Bye
Thomas
i have configurate web admin page, with correct mebmer of. But not work.
I don't find a log, for determinate the errore.
Do you have an idea?
Bye
Thomas
- Fri Oct 06, 2023 9:09 am
- Forum: Webserver and configuration
- Topic: LDAP Group Filter
- Replies: 15
- Views: 38840
Re: LDAP Group Filter
hi,
i don't have all configuration LDAP on web admin:
LDAP mapping for name, "cn" when using an ADS
LDAP mapping for username, "samAccountName" when using an ADS
LDAP mapping for email, "mail" when using an ADS
LDAP mapping for "member of" when using LDAP groups
LDAP domain prefix, e.g. "DOMAIN ...
i don't have all configuration LDAP on web admin:
LDAP mapping for name, "cn" when using an ADS
LDAP mapping for username, "samAccountName" when using an ADS
LDAP mapping for email, "mail" when using an ADS
LDAP mapping for "member of" when using LDAP groups
LDAP domain prefix, e.g. "DOMAIN ...
- Fri Oct 06, 2023 7:54 am
- Forum: Webserver and configuration
- Topic: LDAP Group Filter
- Replies: 15
- Views: 38840
Re: LDAP Group Filter
Hi Thrstenm,
i have tried to config /admin/configuration.php
I have add this line:
==
ldapServer = 'ldap://myldap'; // Indirizzo del server LDAP
$ldapPort = 389; // Porta del server LDAP
$ldapConn = ldap_connect($ldapServer, $ldapPort);
$ldapUser = 'CN=myuser,CN=Users,DC=mydc,DC=to,DC=it'; // DN ...
i have tried to config /admin/configuration.php
I have add this line:
==
ldapServer = 'ldap://myldap'; // Indirizzo del server LDAP
$ldapPort = 389; // Porta del server LDAP
$ldapConn = ldap_connect($ldapServer, $ldapPort);
$ldapUser = 'CN=myuser,CN=Users,DC=mydc,DC=to,DC=it'; // DN ...
- Thu Oct 05, 2023 3:58 pm
- Forum: Webserver and configuration
- Topic: LDAP Group Filter
- Replies: 15
- Views: 38840
Re: LDAP Group Filter
Hi Thorsten,
i have add this line into a file in a install directory config/ldap.php.
Byem
Thomas
i have add this line into a file in a install directory config/ldap.php.
Byem
Thomas
- Wed Oct 04, 2023 8:54 am
- Forum: Webserver and configuration
- Topic: LDAP Group Filter
- Replies: 15
- Views: 38840
Re: LDAP Group Filter
hi,
i use two different vesion, the lastest version 3.2.1 and 3.1.12, i have the same error for all vesrion.
Thomas
i use two different vesion, the lastest version 3.2.1 and 3.1.12, i have the same error for all vesrion.
Thomas
- Tue Oct 03, 2023 9:23 am
- Forum: Webserver and configuration
- Topic: LDAP Group Filter
- Replies: 15
- Views: 38840
Re: LDAP Group Filter
hi,
the error is "Wrong Credential". But the credential it's correct.
I have try to change configuration with this line:
==
$PMF_LDAP['ldap_group_filter'] = '(&(objectClass=group)(cn=faq_PdL))';
$PMF_LDAP['ldap_user_filter'] = '(&(objectClass=user)(memberOf=cn=faq_PdL,ou=groups,dc=cittadellasalute ...
the error is "Wrong Credential". But the credential it's correct.
I have try to change configuration with this line:
==
$PMF_LDAP['ldap_group_filter'] = '(&(objectClass=group)(cn=faq_PdL))';
$PMF_LDAP['ldap_user_filter'] = '(&(objectClass=user)(memberOf=cn=faq_PdL,ou=groups,dc=cittadellasalute ...
- Mon Oct 02, 2023 4:24 pm
- Forum: Webserver and configuration
- Topic: LDAP Group Filter
- Replies: 15
- Views: 38840
LDAP Group Filter
Hi, i have a question.
I have configurate ldap.php with a simple metod:
==
$PMF_LDAP['ldap_server'] = 'ldap://cittadellasalute.to.it';
$PMF_LDAP['ldap_port'] = 389;
$PMF_LDAP['ldap_user'] = 'CN=myuser,CN=Users,DC=mysites,DC=to,DC=it';
$PMF_LDAP['ldap_password'] = 'mypassword';
$PMF_LDAP['ldap_base ...
I have configurate ldap.php with a simple metod:
==
$PMF_LDAP['ldap_server'] = 'ldap://cittadellasalute.to.it';
$PMF_LDAP['ldap_port'] = 389;
$PMF_LDAP['ldap_user'] = 'CN=myuser,CN=Users,DC=mysites,DC=to,DC=it';
$PMF_LDAP['ldap_password'] = 'mypassword';
$PMF_LDAP['ldap_base ...