LDAP Question

  • Thread starter Thread starter igor
  • Start date Start date
I

igor

Anyone know why Active Directory won't create the Home Directory
Folder when its setup through a vb.net executable? I'm stumped.

I've tried creating the user and thereafter pausing several seconds
before setting the homedirectory and homedrive properties. This
doesn't work.

In the end, I just want the folder to be created with full control
specified for the new user. I've tried having my code accomplish this
by creating the directory via system.io and assigning rights via
System.Security.AccessControl. Again, no luck. The folder is created
but rights are not assigned.

Any help is much appreciated.

Thanks
 
igor said:
Anyone know why Active Directory won't create the Home Directory
Folder when its setup through a vb.net executable? I'm stumped.

I've tried creating the user and thereafter pausing several seconds
before setting the homedirectory and homedrive properties. This
doesn't work.

In the end, I just want the folder to be created with full control
specified for the new user. I've tried having my code accomplish this
by creating the directory via system.io and assigning rights via
System.Security.AccessControl. Again, no luck. The folder is created
but rights are not assigned.

Any help is much appreciated.

Thanks


Hello Igor

see this thread

http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/ff6f3ec9-9ffa-471e-8e7b-c85ad25d40dc/

HTH

Michel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top