Either wait a bit for my guide, or do the following:
Install Nethserver with AD account provider.
Administer your AD !CONTAINER! with Microsoft tools.
This means you CAN use nano, but you can also use your preferred text editor on Windoze and place logon scripts as per usual. Policies work as well, so that drive letter does not need to be mapped with a script ā¦ you can just redirect the needed folders and couple a drive letter to the home share.
The is a bit of an issue with roaming profiles, as in, I havent gotten it to work yet, but otherwise it works like a charm.
I will wait for your guide.
Iām new to linux , I donāt know how to administer AD container with Microsoft tools and I donāt want to mix Linux and microsoft in the server
The short version of the guide is: connect your microsoft tools to nsdc-servername once you installed the AD account provider, and it will act as any regular AD environment.
When you install the AD account provider, you are asked for an IP in the same segment as your Nethserver green-interface. That is the IP you can connect to with mmc snap-ins.
You will have to āmixā as Nethserver does not provide tools to administer the active directory, at all. Barring user creation, you need microsoft or compatible tools. The good thing is, they work like normal.
Thank you for the answer.
Now, how can I relate this logon script to a specific user, in a way that whenever the user logs own he/she will see the the drive letter ?
Thereās also a windows file server page and I just recognized an incredible AD howto from @planet_jeroen, both may also cover this topic (in future)ā¦
I just created a file logon.bat in my netlogon share, with the following content:
net use k: \servername\share
I added ālogon.batā to my users profile as logon script, and have the expected share after logging out and back in. You probably have a typo somewhere if this doesnt work for you, or there is something else wrong. Without error logs it is hard to predict what is wrong.
ānot workingā doesnāt work for us either, meaning that we canāt help you if you donāt help us to understandā¦
please attach some logs or screenshots
thank you
Iām able to get to the nsdc server by using its IP through the user pc
meaning, I log on as administrator to the user pc and use \ip and not \nsdc-server.
But this is where I stopped,
\\ip\netlogon\ should work as well. You just place any script there, and reference it in the userprofile under the profile tab, as logon script, woithout the \\ip\netlogon part.
So if there is a script called abc.def in your netlogon share, you will only put abc.def in the logon script field of the user.
I tried it now and was able to connect via hostname instead of IP. The AD server which is a virtual container has itās own name formed of nsdc-YOURNETHSERVERNAME. My NethServer is called server, so I have the AD container including the netlogonshare available with hostname nsdc-server.