> I want block LDAP port from incoming internet because security reason, > can my external user login with auth_pop via LDAP ?? if cannot login, > can with other solution ( tricky ) but I still want login with LDAP no > with local autenfication..??
auth_pop is used in POP3 server. tcp/110 port. It is not same thing as using LDAP directly. If POP3 server has access to LDAP, auth_pop will work. man slapd -h URLlist slapd will by default serve ldap:/// (LDAP over TCP on all interfaces on default LDAP port). That is, it will bind using INADDR_ANY and port 389. The -h option may be used to specify LDAP (and other scheme) URLs to serve. See also peername.regex ACL property. -- Tomas