[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug 1363] New: phpLDAPadmin wrong default config



http://bugs.skolelinux.org/show_bug.cgi?id=1363

           Summary: phpLDAPadmin wrong default config
           Product: Skolelinux
           Version: lenny-test
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P3
         Component: debian-edu-config
        AssignedTo: debian-edu@lists.debian.org
        ReportedBy: osth@sunrise.ch


Configure dhcp server options with phpLDAPadmin:

After installation of phpldapadmin all non anonymous logins to ldap fails. 
The settings used by lwat have to be put manually into
/etc/phpldapadmin/config/config.php

$ldapservers->SetValue($i,'server','host','ldap');

$ldapservers->SetValue($i,'server','port','');

$ldapservers->SetValue($i,'login','dn','cn=admin,ou=People,dc=skole,dc=skolelinux,dc=no');

Changes: 
- start_tls seems to work only with 'real tls' which starts unencrypted and
waits for the start_tls command
  (and not with ssl: ldaps, port 636); variable 'server' 'tls' remains set to
'true'.
- the login dn works only if ou=People is added

Reason why this should be fixed in debian edu configuration for phpLDAPadmin:
In debian edu lenny configuration of dhcp server has moved to ldap but is not
included in lwat.
So it is good to have a gui tool to edit dhcp entries.


-- 
Configure bugmail: http://bugs.skolelinux.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Reply to: