ok, bypassed my DOH-mode and used getobject instead of createobject [Roll Eyes]



break on

$obj = getobject("WinNT://SomeDomain")

$obj.Filter = "User",""

for each $usr in $obj
    if $usr.Name = "whatever"
        $usr.Fullname = "John Doe"
        $usr.SetInfo
    endif
next




... does work of course

Still I can't exactly tell why this won't work with the LDAP provider [Frown]

Anyone ?

[ 31. March 2003, 14:19: Message edited by: jpols ]
_________________________