Koozali.org: home of the SME Server

No mapping with Smeserver-tw-logonscript

Offline mdo

  • *
  • 355
  • +0/-0
Re: No mapping with Smeserver-tw-logonscript
« Reply #15 on: July 20, 2016, 01:25:55 PM »
No, I don't expect for any of these contribs to make an impact on your issue. I believe we use all of them in different combinations without problem.
...

Offline michelandre

  • *
  • 261
  • +0/-0
Re: No mapping with Smeserver-tw-logonscript
« Reply #16 on: July 24, 2016, 01:40:52 AM »
Hi lepounet.

I am working on a documentation for PDC and Smeserver-tw-logonscript. Quite a task.

Like you, I have logon scripts and they work well.

I do not use user standard logon scripts. I used group logon script from I-bay letters.

Maybe, you create a group and put some users in it.
Then edit the logon script for that group in I-bay letters.
Then make a line for each user:
Code: [Select]
If "%Username%"=="admin" net use W: \\name-of-my-server\Primary\html
If "%Username%"=="toto" net use W: \\name-of-my-server\Primary\files
If "%Username%"=="titi" net use P: \\name-of-my-server\partage_sme

The partage_sme is a shared folder which titi have read/write because he belongs to Domains users. I used http://wiki.contribs.org/SharedFolders/fr and I gave read/write to partage_sme to Domains users using that contrib.

All my group logon script from I-bay letters work well.

Also, note that, by default, all created users are in group shared but they are not in group Domain users. They are allowed to login to a domain station because they belong to group shared not because they belong to Domain users.

If the user don't have specific right/permissions on the folder the mapped drive won't show up.

Hope it will help,

Michel-André

Offline lepounet

  • *
  • 17
  • +0/-0
Re: No mapping with Smeserver-tw-logonscript
« Reply #17 on: July 25, 2016, 10:07:55 AM »
Hi Michel-andré,

I thank you for your suggestion.
For my problem, I think I will make a fresh install of the SME server (I have to change the Hdds) and try again. I hope it will solve my problem.
I 'll let you know.

Thks to all for your suggestions.

Alain