Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 123506

Summary: courier-authlib-0.58 - error in LDAP configuration file
Product: Gentoo Linux Reporter: Massimo Fantin <massimo>
Component: New packagesAssignee: Scott Taylor (RETIRED) <swtaylor>
Status: RESOLVED FIXED    
Severity: normal CC: jokey
Priority: High    
Version: 2005.1   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description Massimo Fantin 2006-02-20 07:33:30 UTC
ERROR on courier-authlib-0.58 (x86)

After upgrade to 0.58 now i have this in pop3d-ssl authentication :

authdaemond: You need to specify a ldap server in config file
authdaemond: authldaplib: error in LDAP configuration file, aborting
pop3d: authentication error: Input/output error
pop3d-ssl: authentication error: Input/output error

but in my /etc/courier/authlib/authldaprc i have 
LDAP_SERVER localhost

so what i have to change on the config files ?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-20 07:37:56 UTC
Don't restrict bugs... and attach the config file, we can't guess.
Comment 2 Markus Ullmann (RETIRED) gentoo-dev 2006-02-20 07:47:36 UTC
If I'm not totally wrong, it changed to

LDAP_URI ldap://localhost
Comment 3 Massimo Fantin 2006-02-20 23:53:42 UTC
thanks markus, 

i don't read new authldaprc :

##NAME: LOCATION:1
#
# Location of your LDAP server(s). If you have multiple LDAP servers,
# you can list them separated by commas and spaces, and they will be tried in
# turn.
#
# Previous setting (inserted by sysconftool):
#
#
# LDAP_SERVER           127.0.0.1
# LDAP_PORT             389
#

LDAP_URI                ldaps://ldap.example.com, ldaps://backup.example.com