- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- saslauthd on a trusted system
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
01-21-2006 04:11 PM
01-21-2006 04:11 PM
saslauthd on a trusted system
I am currently setting up an IMAP server, based on the Cyrus-IMAP Server bundled with iexpress with SASL authentication.
On my test machine I was able to configure both IMAP and SASL, and it worked perfectly.
But the hitch was that the machine was in non trusted mode and got authenticated via the passwd file. I start the saslauthd server with the following command:-
./saslauthd -a getpwent start
I trusted the system and now it is not authenticating. I guess because it has to access /tcb for the password. How can I go about starting SASL so that it authenticates users in a trusted mode? I cannot implement this solution on Production since the machine cannot be untrusted just for this.
Help would be appreciated.
Regards,
Joe
P.S:- Does anybody have an idea where I could get the old IMAP server depot?
(ixUW-IMAP A.03.00-2002e). This version is easy since it integrates well and interacts with the OS well without SASL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2006 05:19 PM
01-21-2006 05:19 PM
Re: saslauthd on a trusted system
You might try uninstalling and re-installing the existing depot into the system. It may be able to figure out the system is trusted and start authenticating.
I've seen this behavior in the past.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2006 08:01 PM
01-21-2006 08:01 PM
Re: saslauthd on a trusted system
No luck there, I tried it a few times but nothing...
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2006 08:41 PM
01-21-2006 08:41 PM
Re: saslauthd on a trusted system
What version of openssl are you running.
An upgrade there might help. I have no idea how to obtain the older version of Cyrus imap.
Also, this may simply be a bug which you need to report to hp for correction, since they ported the software. There may be a note in the readme file.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 10:41 PM
01-22-2006 10:41 PM
Re: saslauthd on a trusted system
We are running:
# saslauthd -a pam
with a line
"imap session required /usr/lib/security/libpam_unix.1"
in /etc/pam.conf.
rgds
HGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 11:37 PM
01-22-2006 11:37 PM
Re: saslauthd on a trusted system
# grep imap /etc/pam.conf
imap auth required /usr/lib/security/libpam_unix.1
imap account required /usr/lib/security/libpam_unix.1
imap session required /usr/lib/security/libpam_unix.1
rgds
HGH