Operating System - HP-UX
1753716 Members
4758 Online
108799 Solutions
New Discussion

Re: LDAP group access restriction

 
Ju Jianqiang
Occasional Contributor

LDAP group access restriction

We have two requirments on HP Unix LDAP authentication
1.HP UX user are authenticated by LDAP server(Windows 2008). we have done this by configuring PAM-Kerberos.
2.Restrict certain LDAP group to access this HP UX server.("deny;ldap_group;cn=temip,dc=abc,dc=com"). we know there's /etc/opt/ldapux/pam_authz.policy. however we didn't run "setup" command to extend class "DUAConfigProfile" on LDAP server, and customer doesn't want us to modify the LDAP server(windows 2008) too much. So the question is:
1.Can we not to run "setup" command to extend "DUAConfigProfile"? just configure "pam_authz.policy", maybe other confiuration on unix, and how/what to do that?
2. If we have to extend "DUAConfigProfile", what's the minimum attribute of the "DUAConfigProfile" which is just used for group restriction? if manually to add in server, how to do that?

Note: The user profile in LDAP server doesn't have unix related attributes.

Thanks very much in advance
1 REPLY 1
Ju Jianqiang
Occasional Contributor

Re: LDAP group access restriction

Since we just use access rule for "ldap_group", which is based on the nonPOSIXGroup membership. could you just let ldapclientd to connect ldap server without extends "DUAConfigProfile"?