I have uncomented
LDAP_UID uidNumber
LDAP_GID gidNumber
That shuold be suficient, I hope. Else I guess I need a user/group (in
ldap_glob...) that has rights to alle mailDirs. I don't want that !
tnx
On Thu, 2002-06-13 at 07:48, Roger Helgesen wrote:
I'm having problem authenticating to courier-imapd server.
It is runing autmldap module, and I belive it gets all the info it need
from the OpenLdap server.
In /var/log/messages I get this error msg.
authdaemond.ldap: authlib: refuse to authenticate
mail...@ost.htg.org: uid=0, gid=0
According to /etc/courier/authldaprc:
# Uncomment the following, and modify as appropriate, if your LDAP
# database
# stores individual userids and groupids. Otherwise, you must uncomment
# LDAP_GLOB_UID and LDAP_GLOB_GID above. LDAP_GLOB_UID and
# LDAP_GLOB_GID
# specify a uid/gid for everyone. Otherwise, LDAP_UID and LDAP_GID must
# be defined as attributes for everyone.
You haven't uncommented either of LDAP_GLOB_[UG]ID or LDAP_[UG]ID. You
must use one set or the other.