www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: Joe am 05. Dezember 2003, 11:59:03



Titel: ProFTPd und LDAP Auth mit Gruppenzuweisung
Beitrag von: Joe am 05. Dezember 2003, 11:59:03
Hi,
Also erstmal HIIIILLLFFFEEEE  8) ...
Zum Thema:
Proftpd soll User authentifizieren (funktioniert problemlos), aber gleichzeitig soll ueberprueft werden,  ob der User auch in der entsprechenden Gruppe ist (klappt nicht).

Die debug meldung ist:
proFTPd:  mod_ldap: ldap_handle_getgroups(): ldap_search_st() failed: Invalid DN syntax

LDAP:  ((&(cn=%v)(objectclass=groupOfUniqueNames)))

Die konfiguration von proFTPd ist:
############### LDAP Auth #####################
        LDAPServer              localhost
        LDAPDNInfo              "uid=ldap,ou=User,o=nirvanna.test" "meinadminpassword"
        LDAPAuthBinds           off
        LDAPForceDefaultGID     on
        LDAPDefaultAuthScheme   "crypt"
        LDAPDefaultGID          2003
        # dies funktioniert..LDAPDoAuth             on "o=nirvanna.test" "(uid=%v)"
        LDAPDoGIDLookups        on "(&(cn=%v)(objectclass=groupOfUniqueNames))"  "(&(uid=%s)(objectClass=organizationalPerson))"
        Umask                   002
        ServerName              "nirvanna"
        DefaultRoot             ~ www,!users
        TransferLog             /nirvanna