> It may or may not be related, but I had a similar problem when
> assigning user accounts and then trying to add NTFS permissions on a
> domain controller other than the Primary. I found that you have to
> synchronize the domain controllers before you try to add permissions to
> other servers. There is a function in Win32::Lanman which forces domain
> synchronization, and it's a pretty fast process. When I wrote my
> script, I allowed 45 seconds for the sync to take place, and found that
> the entry was in the system log in about ten seconds.
Actually, i use nltest (a reskit tool) to synchronize the domain
controllers after creating the user. And then i use the UsersExist
function call against the BDC to verify that the user account information
has propagated to the BDCs. So i don't think that's the issue, but that
certainly can be the issue if i wasn't doing what i do.
J
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin