HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- could you give a example bout ldap_group in the pa...
Operating System - HP-UX
1832743
Members
2824
Online
110044
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
03-09-2009 10:53 PM
03-09-2009 10:53 PM
could you give a example bout ldap_group in the pam_authz module
Hello folks,
I am working on the test work of Pam_authz,
there is access rule about ldap_group in the field, I am a bit confused about the documentation, so could you tell me how can I find some example configuration about ldap_group.
Thanks
-- Jerry Jiang
I am working on the test work of Pam_authz,
there is access rule about ldap_group in the
Thanks
-- Jerry Jiang
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2009 09:15 AM
03-12-2009 09:15 AM
Re: could you give a example bout ldap_group in the pam_authz module
For ldap_group you need a static group (groupOfNames or groupOfUniqueNames) of which your user is a member. For example, if you're logging in as a user who maps to DN uid=myuser,ou=people,dc=example,dc=com then you might want a group like:
dn: cn=mygroup,ou=groups,dc=example,dc=com
objectClass: top
objectClass: groupofuniquenames
cn: mygroup
uniqueMember: uid=myuser,ou=people,dc=example,dc=com
And the pam_authz.policy file with this line:
allow:ldap_group:cn=mygroup,ou=groups,dc=example,dc=com
dn: cn=mygroup,ou=groups,dc=example,dc=com
objectClass: top
objectClass: groupofuniquenames
cn: mygroup
uniqueMember: uid=myuser,ou=people,dc=example,dc=com
And the pam_authz.policy file with this line:
allow:ldap_group:cn=mygroup,ou=groups,dc=example,dc=com
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