Hi,
i want to set the RAS-Dialin-Permissions on an Active Directory User
Object. The AD is productiv in mixed mode. Its easy to set
"msNPAllowDialin" = TRUE, but this doesn't activate the RAS-Permission
to "Access allow". Perhaps it's nessesary to set "dialinprivilege". Do
you know how to set this Attrib or how to set "Access allow/deny" ?
___________________________________________
This Script returns an Error that the attrib "DialinPrivilege" is not
known :
Set dso = GetObject("LDAP:")
Set objUser = dso.OpenDSObject("LDAP://dc1.wupper.tal/
cn=ernie,ou=User,dc=wupper,dc=tal","user", "password", 1)
objUser.DialinPrivilege, TRUE
objUser.SetInfo
___________________________________________
Thanx, Greets, Ronny.


|