How to use inetUserStatus in proxy4.05

I proposed to control a user profile in LDAP server. when the user don't want to use the proxy, we need to cancel his authentication, but i dont want to delete him. in 4.05 rm manaul, i have seen the ldap attribute inetUserStatus. unfortunately it like not to work well.

I used ids5.2 and proxy 4.05

the ldap entry like this:

uid=xxxxx,ou=People,o=rootsuffix

objectClass=top

objectClass=person

objectClass=organizationalPerson

objectClass=inetOrgPerson

objectClass=inetSubscriber

objectClass=inetUser

givenName=xxx

sn=xxxxx

cn=xxxxxxx

uid=xxxxxxxx

mail=xxxxxxxx@huawei.com

inetUserStatus=inactive

help me please, how to let it work.

Thanks a lot!

[756 byte] By [yjx_herculesa] at [2007-11-27 9:18:28]
# 1
When you say it doesn't work, what exactly is happening? Is the user being authenticated fine? AFAIK, the proxy would detect the inetUserStatus flag's "inactive" value and fail theauthentication attempt.
motora at 2007-7-12 22:09:47 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

> When you say it doesn't work, what exactly is

> happening?

It seems that proxy has ignored the InetUserStatus. whether i had changed the inetUserStatus to active or inactive or deleted, user can pass proxy to access what he wants if only he had input the correct username and password.

>Is the user being authenticated fine?

> AFAIK, the proxy would detect the inetUserStatus

> flag's "inactive" value and fail the

> authentication attempt.

What I had seen is the proxy did not detect the inetUserStatus, Is there any other configurations to let it work?

yjx_herculesa at 2007-7-12 22:09:47 > top of Java-index,Web & Directory Servers,Web Servers...