- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Login to Linux CMS via pam_winbind
Server Management - Systems Insight Manager
1821584
Members
3611
Online
109633
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-29-2009 03:09 AM
тАО01-29-2009 03:09 AM
Login to Linux CMS via pam_winbind
Is there a way to make Active Directory logins via pam_winbind possible for a HP SIM 5.3 on RHEL5 U2? Usual logins via SSH work fine. I've tried to modify /etc/pam.d/mxpamauthrealm.
When I try to login using "DOMAIN\username" the following error is found in /var/opt/mx/logs/mxdomainmgr.0.log.
Authentication failed for user username - User not known to the underlying authentication module
Username/Password Authentication failed for user: username
Regards,
Sebastian
When I try to login using "DOMAIN\username" the following error is found in /var/opt/mx/logs/mxdomainmgr.0.log.
Authentication failed for user username - User not known to the underlying authentication module
Username/Password Authentication failed for user: username
Regards,
Sebastian
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-29-2009 01:32 PM
тАО01-29-2009 01:32 PM
Re: Login to Linux CMS via pam_winbind
Solved the issue. It seems that the Linux CMS login windows removes the DOMAIN\ form DOMAIN\username. So I had to add winbind use default domain = yes to smb.conf. This will cause pam_winbind to "suggest" the default domain.
/etc/samba/smb.conf
[global]
workgroup = DOMAIN
realm = DOMAIN.COM
netbios name = NODENAME
preferred master = no
server string = Samba file and print server
security = ADS
password server = *
encrypt passwords = yes
max log size = 50
printcap name = cups
printing = cups
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
#winbind separator = +
winbind nested groups = yes
winbind offline logon = true
winbind use default domain = yes
template homedir = /
template shell = /bin/bash
#log level = 10
comment = Home Directories
valid users = %S
read only = No
browseable = No
comment = All Printers
browseable = no
printable = yes
guest ok = yes
/etc/samba/smb.conf
[global]
workgroup = DOMAIN
realm = DOMAIN.COM
netbios name = NODENAME
preferred master = no
server string = Samba file and print server
security = ADS
password server = *
encrypt passwords = yes
max log size = 50
printcap name = cups
printing = cups
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
#winbind separator = +
winbind nested groups = yes
winbind offline logon = true
winbind use default domain = yes
template homedir = /
template shell = /bin/bash
#log level = 10
comment = Home Directories
valid users = %S
read only = No
browseable = No
comment = All Printers
browseable = no
printable = yes
guest ok = yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-29-2009 01:34 PM
тАО01-29-2009 01:34 PM
Re: Login to Linux CMS via pam_winbind
Add "winbind use default domain = yes" to smb.conf to make pam_winbind to append DOMAIN to username.
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP