I've setup home drive in my AD domain, using POSIX ACL because i've a script that create home and do other things (set email folder, set quota, ...). [users] comment = Home Directories path = /home browseable = No veto files = /.mail/.inbox/.ssh/ root preexec = /etc/samba/createhome "%u" force create mode = 0600 force directory mode = 0700 read only = No I've also setup drive letetr assignment via policy, and work as expected. I've tried to setup folder redirection, also via policy, but i get in registry errors like: Impossibile applicare il criterio e reindirizzare la cartella "Documents" in "%HOMESHARE%\Users\amaronese". Opzioni di reindirizzamento: 0x9000. Errore: "". Dettagli errore: "Percorso specificato non valido.". eg, ''invalid path''. Effectively, %HOMESHARE% seems not a variable defined in the envirnoment. Whan i'm missing? Thanks. -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.lanostrafamiglia.it/ Polo FVG - Via della Bontà , 7 - 33078 - San Vito al Tagliamento (PN) marco.gaiarin(at)lanostrafamiglia.it t +39-0434-842711 f +39-0434-842797 Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA! http://www.lanostrafamiglia.it/index.php/it/sostienici/5x1000 (cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)
> I've tried to setup folder redirection, also via policy, but i get in > registry errors like: > > Impossibile applicare il criterio e reindirizzare la cartella "Documents" in "%HOMESHARE%\Users\amaronese". > Opzioni di reindirizzamento: 0x9000. > Errore: "". > Dettagli errore: "Percorso specificato non valido.". > > eg, ''invalid path''. Effectively, %HOMESHARE% seems not a variable > defined in the envirnoment.For the list archive. I've done some more tests, but seems to me that (at least for windows 7 client) the method proposed in: https://wiki.samba.org/index.php/Configuring_Windows_Profile_Folder_Redirections does not work (with error quoted above). I was forced to set: + Basic - Redirect everyone's folder to the same location + Create a folder for each user under the root path; root path: \\my_server\Users In this way, folder redirection works as expected. -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.lanostrafamiglia.it/ Polo FVG - Via della Bontà , 7 - 33078 - San Vito al Tagliamento (PN) marco.gaiarin(at)lanostrafamiglia.it t +39-0434-842711 f +39-0434-842797 Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA! http://www.lanostrafamiglia.it/index.php/it/sostienici/5x1000 (cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)