Quantcast
Channel: linuxadmin: Expanding Linux SysAdmin knowledge
Viewing all articles
Browse latest Browse all 17854

Mount AD shares on AD authenticated desktops.

$
0
0

I have a handful of users that are migrating from win 7 to Linux. Currently they have two network drives that are mounted via GPO, a home drive and a public drive. I have tried mounting these drives on linux and am successful mounting as root but cannot access the data as a non root user. Does anyone know how to mount as a non privledged user?

EDIT: This is on Centos7, users will be able to select their DE, i am using GNOME3.

I have been able to set the mount in a one off by adding //path/to/share /home/myuser/mountpoint cifs noauto,user 00 to /etc/fstab but i would like to get where i do not need a seperate entry for each users home directory and would like to script it to happen at login.

submitted by /u/c0d3e
[link] [comments]

Viewing all articles
Browse latest Browse all 17854