Hi, I want to limit a LDAP user only to log in to certain LDAP client systems. I find how to do it at the command prompt, like,(http://publib.boulder.ibm.com/infocenter/systems/index.jsp?topic=/com.ibm.aix.security/doc/security/ldap_host_access_ctrl.htm) ******************************************* # mkuser -R LDAP hostsdeniedlogin=host2 foo This create user foo, and user foo can log in to any LDAP client systems except host2. # chuser -R LDAP hostsallowedlogin=192.9.200.1 foo This sets user foo with permission to log in to the client system at address 192.9.200.1. ******************************************* How can I do it via phpldapadmin. Thanks david -- View this message in context: http://www.nabble.com/host-access-control-tp16323811p16323811.html Sent from the phpldapadmin-users mailing list archive at Nabble.com.
------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ phpldapadmin-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users
