HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LDAP/UX & Active Directory & Multiple GID
Operating System - HP-UX
1833875
Members
1487
Online
110063
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
04-30-2003 03:22 PM
04-30-2003 03:22 PM
LDAP/UX & Active Directory & Multiple GID
Hi all,
We have integrated our LDAP/UX client with ADS. However, right now, anyone that is in the root domain can log in. We'd like to restrict that by particular GIDs. For example, if Habib is part of Admin group, and Support group, we'd like to DENY people belonging to "support" from being able to log in. Any thoughts and suggestions is greatly appreciated.
We have integrated our LDAP/UX client with ADS. However, right now, anyone that is in the root domain can log in. We'd like to restrict that by particular GIDs. For example, if Habib is part of Admin group, and Support group, we'd like to DENY people belonging to "support" from being able to log in. Any thoughts and suggestions is greatly appreciated.
================================
SELECT * FROM users WHERE clue > 0
SELECT * FROM users WHERE clue > 0
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 04:26 PM
04-30-2003 04:26 PM
Re: LDAP/UX & Active Directory & Multiple GID
I know this probably won't make you happy or get me points, but this manual seems to have information directly pertaining to your question.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/J4269-90017/J4269-90017_top.html&con=/hpux/onlinedocs/J4269-90017/00/00/12-con.html&toc=/hpux/onlinedocs/J4269-90017/00/00/12-toc.html&searchterms=Group%7cPermissions%7cLDAP/UX&queryid=20030430-182358
This is less useful but may contain tidbits.
http://docs.hp.com/hpux/onlinedocs/2238/netsecur_final.pdf
Another manual, different date. Similar but not identical content.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/J4269-90017/J4269-90017_top.html&con=/hpux/onlinedocs/J4269-90017/00/00/14-con.html&toc=/hpux/onlinedocs/J4269-90017/00/00/14-toc.html&searchterms=Group%7cPermissions%7cLDAP/UX&queryid=20030430-182358
Good luck.
SEP
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/J4269-90017/J4269-90017_top.html&con=/hpux/onlinedocs/J4269-90017/00/00/12-con.html&toc=/hpux/onlinedocs/J4269-90017/00/00/12-toc.html&searchterms=Group%7cPermissions%7cLDAP/UX&queryid=20030430-182358
This is less useful but may contain tidbits.
http://docs.hp.com/hpux/onlinedocs/2238/netsecur_final.pdf
Another manual, different date. Similar but not identical content.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/J4269-90017/J4269-90017_top.html&con=/hpux/onlinedocs/J4269-90017/00/00/14-con.html&toc=/hpux/onlinedocs/J4269-90017/00/00/14-toc.html&searchterms=Group%7cPermissions%7cLDAP/UX&queryid=20030430-182358
Good luck.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
04-30-2003 08:48 PM
04-30-2003 08:48 PM
Re: LDAP/UX & Active Directory & Multiple GID
Thanks SEP, we've already looked at these docs. Although I am going to assign you points (as soon as I can figure out how!) because the pdf file you sent mentions PAM_AUTHZ.1 which pointed me to something promising. Thanks for the help.
================================
SELECT * FROM users WHERE clue > 0
SELECT * FROM users WHERE clue > 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2003 01:37 AM
07-24-2003 01:37 AM
Re: LDAP/UX & Active Directory & Multiple GID
I tried to use the PAM_AUTHZ.1. It works well with enabled/disbled users (+user in /etc/passwd).
The problem is that it works with netgroup and not group. So it cannnot be configured to work with group that are in AD.
Thats the big problem for me because I don't want to configure netgroup in AD. I don't want administer every user in /etc/passwd with +user.
The other solution is to work with disabled UID in lDAPUX config. But it's not the way i wanted to limit login.
Third solution is to customize the search filter in LDAPUX. I didn't try it but it should work.
Did you find any other solution ?
Thanks
B.TANGUY
The problem is that it works with netgroup and not group. So it cannnot be configured to work with group that are in AD.
Thats the big problem for me because I don't want to configure netgroup in AD. I don't want administer every user in /etc/passwd with +user.
The other solution is to work with disabled UID in lDAPUX config. But it's not the way i wanted to limit login.
Third solution is to customize the search filter in LDAPUX. I didn't try it but it should work.
Did you find any other solution ?
Thanks
B.TANGUY
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