Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123506 - courier-authlib-0.58 - error in LDAP configuration file
Summary: courier-authlib-0.58 - error in LDAP configuration file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Scott Taylor (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-20 07:33 UTC by Massimo Fantin
Modified: 2006-02-20 23:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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