- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba's pam_winbind problem on HP-UX
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
05-14-2002 11:54 PM
05-14-2002 11:54 PM
Samba's pam_winbind problem on HP-UX
Has anybody got pam_winbind working on HP-UX.
I compiled it sucessfully but get the following errors upon login:
May 15 03:34:53 mars pam_winbind[24035]: user 'dil+bongartz' granted acces
May 15 03:34:53 mars pam_winbind[24035]: LOGIN: pam_authenticate error
May 15 03:34:53 mars pam_winbind[24035]: pam_acct_mgmt: error No account present for user
Any hints welcome
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 12:40 AM
05-15-2002 12:40 AM
Re: Samba's pam_winbind problem on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 12:43 AM
05-15-2002 12:43 AM
Re: Samba's pam_winbind problem on HP-UX
No trusted system....
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 06:00 AM
05-22-2002 06:00 AM
Re: Samba's pam_winbind problem on HP-UX
but I would like to know how you compiled samba with winbind.
compiler ??
configure options
I did not get it running ...
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 10:56 PM
05-22-2002 10:56 PM
Re: Samba's pam_winbind problem on HP-UX
Christian:
configure samba with
1)configure .... --with-pam --with-winbind
2) Change the following in Makefile
if test $ac_cv_prog_cc_Ae = yes then #BLDSHARED="true" LDSHFLAGS="-b -z +h \$@" PICFLAG="+z"
fi
to
if test $ac_cv_prog_cc_Ae = yes then BLDSHARED="true" SHLD="/usr/bin/ld" LDSHFLAGS="-B symbolic -b -z +h \$@" PICFLAG="+z"
fi
or is using gcc
#if test $ac_cv_prog_cc_Ae = yes then BLDSHARED="true" SHLD="/usr/bin/ld" LDSHFLAGS="-B symbolic -b -z +h \$@" PICFLAG="+fpic"
#fi
Regards
Rainer