- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- PAM authentication does not query LDAP on port 326...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-27-2009 10:39 AM
тАО04-27-2009 10:39 AM
PAM authentication does not query LDAP on port 3268
we are authenticating users using LDAP. When we have port number (default) 389 set in /etc/ldap.conf doing a #getent passwd
would authenticate all password but when we change the port to 3268 in /etc/ldap.conf to search the global catalog since we have more than one tree; getent passwd will only list the users local to the host.
we are running RedHat Linux ES 5.2.
Any ideas are very wellcome.
Best Regards,
Kathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2009 12:00 PM
тАО04-27-2009 12:00 PM
Re: PAM authentication does not query LDAP on port 3268
For details and restrictions consult:
http://technet.microsoft.com/en-us/library/cc978012.aspx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2009 12:12 PM
тАО04-27-2009 12:12 PM
Re: PAM authentication does not query LDAP on port 3268
Thank you for your reply.
yes ldapsearch:
dapsearch -x -b "dc=mydomain,dc=ad" -D kkhagani@mydomain.ad -h sadc1 -W -p 3268 "(sAMAccountName=kkhagani)"
works for me and the last few lines of the result is:
# search result
search: 2
result: 0 Success
# numResponses: 2
# numEntries: 1
it's just when i change the port number to the global number 3268, that it does not work.
thanks again
Kathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2009 12:51 PM
тАО04-27-2009 12:51 PM
Re: PAM authentication does not query LDAP on port 3268
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2009 12:59 PM
тАО04-27-2009 12:59 PM
Re: PAM authentication does not query LDAP on port 3268
in /etc/openldap/ldap.conf:
HOST
BASE dc=
URI ldap://
and in /etc/ldap.conf:
host
base dc=
uri ldap://
we have two hosts.
thanks
Kathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2009 03:29 PM
тАО04-27-2009 03:29 PM
Re: PAM authentication does not query LDAP on port 3268
my manager figured out what was the problem. in ldap.conf, we just commented out the
#nss_base_passwd ou=-STEC Users,?sub
#nss_base_shadow ou=-STEC Users,?sub
and the port number was not an issue.
thanks again
i'm closing this link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2009 03:29 PM
тАО04-27-2009 03:29 PM