I've installed 389 dS on fedora 14.Everything works fine except when Im trying to define host based access to 389 DS users.i right click the user --> Acess control Permissions --> Hosts --> and selected "ip address host filter" -->and gave the ip address of the machine from which the user is allowed to login. But in vain the user when tries to login from other IP's , he's allowed as well.
In short what I need is LDAP users should only be able to login from their allowed IP address.
Please find below what comes in the backend upon editing thru visual editor:
(targetattr = "*")
(target = "ldap:///uid=jmathew,ou=People,dc=xxx,dc=edu")
(version 3.0;
acl "ip";
allow (all)
(userdn = "ldap:///uid=jmathew,ou=People,dc=xxx,dc=edu") and
(ip="192.168.1.200")
Your help in this regard would be appreciated.
Jomy Mathew