Quoting Enrico Valsecchi <[EMAIL PROTECTED]>:
> Dear Turbo,
> if I change ldapserver value with ldap://.......
> qmail does not start and qmail-showctl output are empty!
> :-(
That's weird. Are you sure you're using the correct binaries?!
To me, this sounds like the Qmail-LDAP/Controls patch didn't
take. Try repatch and recompile. Also make sure you use the right
binaries...
> godzilla:/var/qmail/bin# ldapsearch -x -D 'cn=admin,dc=mizasol,dc=com' -w
> vaffanculo
> -h dnsldap.mizasol.com -p 389
> -b 'ou=QmailLDAP,dc=mizasol,dc=com'
> 'cn=godzilla.mizasol.com'
> [...]
> # godzilla.mizasol.com, QmailLDAP, mizasol.com
> dn: cn=godzilla.mizasol.com,ou=QmailLDAP,dc=mizasol,dc=com
Oki, seems to be working propperly..
> godzilla:/var/qmail/bin# ./qmail-showctl
> [...]
> ldapcontroldn: ou=QmailLDAP,dc=mizasol,dc=com.
That's defenatly mine, so it seems my patch took after all...
Hm... WHen I look at all my own ldapcontroldn files, mine is
prefixed with 'cn=<FQDN>,' (i.e. the content of 'me')...
I thought the search base was supposed to be a ONE search, but
it's been a while since I took a look at the code..
Try set the value to:
cn=godzilla.mizasol.com,ou=QmailLDAP,dc=mizasol,dc=com
Try that, and if it still don't work, try the recompile advice
above...