HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cyrus-imapd and LDAP auth
Operating System - HP-UX
1834163
Members
2520
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 08:32 PM
10-09-2005 08:32 PM
cyrus-imapd and LDAP auth
Hello,
I'm looking for a solution to authenticate our cyrus-imapd against the ADS in our company. I guess that will work with LDAP.
We are using the internet package for HP-UX including cyrus, saslauthd and so on.
I've searched the web quite a lot and, but nothing gives me a hint how to do that. Some websites tell that only the configuration files for saslauthd and cyrus have to be edited. That example below is taken from linux related sites:
/etc/imapd.conf:
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN LOGIN
/etc/saslauthd.conf as:
ldap_servers: ldap://ldap.your_domain.com/
ldap_version: 3
ldap_scope: one
ldap_search_base: ou=People,dc=your_domain,dc=com
ldap_auth_method: bind
ldap_filter: (uid=%u)
ldap_start_tls: yes
ldap_tls_check_peer: yes
ldap_tls_cacert_file: /etc/pki/tls/certs/ca.crt (or whatever your specific cert is)
ldap_tls_cacert_dir: /etc/pki/tls/certs
(tls is optional)
/etc/sysconfig/saslauthd:
# Directory in which to place saslauthd's listening socket, pid file, and so
# on. This directory must already exist.
SOCKETDIR=/var/run/saslauthd
# Mechanism to use when checking passwords. Run "saslauthd -v" to get a list
# of which mechanism your installation was compiled to use.
#MECH=shadow
MECH=ldap
# Additional flags to pass to saslauthd on the command line. See saslauthd(8)
# for the list of accepted flags.
FLAGS=
But i have the feeling, there is more to do. Hopefully anyone can help us.
Kind regards,
Claus Malter
I'm looking for a solution to authenticate our cyrus-imapd against the ADS in our company. I guess that will work with LDAP.
We are using the internet package for HP-UX including cyrus, saslauthd and so on.
I've searched the web quite a lot and, but nothing gives me a hint how to do that. Some websites tell that only the configuration files for saslauthd and cyrus have to be edited. That example below is taken from linux related sites:
/etc/imapd.conf:
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN LOGIN
/etc/saslauthd.conf as:
ldap_servers: ldap://ldap.your_domain.com/
ldap_version: 3
ldap_scope: one
ldap_search_base: ou=People,dc=your_domain,dc=com
ldap_auth_method: bind
ldap_filter: (uid=%u)
ldap_start_tls: yes
ldap_tls_check_peer: yes
ldap_tls_cacert_file: /etc/pki/tls/certs/ca.crt (or whatever your specific cert is)
ldap_tls_cacert_dir: /etc/pki/tls/certs
(tls is optional)
/etc/sysconfig/saslauthd:
# Directory in which to place saslauthd's listening socket, pid file, and so
# on. This directory must already exist.
SOCKETDIR=/var/run/saslauthd
# Mechanism to use when checking passwords. Run "saslauthd -v" to get a list
# of which mechanism your installation was compiled to use.
#MECH=shadow
MECH=ldap
# Additional flags to pass to saslauthd on the command line. See saslauthd(8)
# for the list of accepted flags.
FLAGS=
But i have the feeling, there is more to do. Hopefully anyone can help us.
Kind regards,
Claus Malter
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP