Displaying 10 results from an estimated 10 matches for "profiledir".
2003 Oct 16
1
NET_SAMLOGON issue
...rt = yes
profile acls = Yes
browsable = no
writable = yes
directory mask = 700
create mask = 700
# This script can be enabled to create profile directories on the fly
# You may want to turn off guest access if you enable this, as it
# hasn't been thoroughly tested.
# root preexec = PROFILEDIR=/users/profiles; if [ ! -e $PROFILEDIR/%u ]; \
# then cp -R $PROFILEDIR/default $PROFILEDIR/%u; \
# chmod -R 700 $PROFILEDIR/%u; chown -R %u:%g $PROFILEDIR/%u; fi
#########################Partie Spécifique Sorral#############################
#Faux virus - Pour test des antivirus...
2006 Mar 28
2
ACL on groups working half
Hi all Samba users,
For some I've got a Samba server running with the following config:
Debian Sarge 2.6.8 kernel
Samba 3.0.21 with winbind and LDAP as ADS member server
A W2K003 PDC
Samba's data partition is ext3 + ACL
I've migrated my users homedirs and profiledirs from W2K003 to Samba.
These each user owns his own homedir and has rwx------ permissions
This seems to be working excelent.
Then I made a groupshare open for everyone. The directory it points to
is closed for all domain users.
No one can access this share.
As I add domain-user tjaco with rwx by...
1998 Aug 08
20
Roaming profiles
I want to setup a linux box with samba as a file and print server for a
LAN of 20 NT 4.0 SP3 workstations. I want the home direcotories to be on
the server the clients to have roaming profiles.
For this, do I have to make the linux box a domain controller? I want to
avoid it if I can, because the domain control code in not on the
production releases. I don't want to setup an NT server either.
2018 Sep 20
5
Samba 4: 'Access denied' error when accessing user profile during logon
Hello,
After joining Windows 7 to a Samba 4 (AD), when logging on I experience
'Access denied' error accessing user profile. As a result, Windows
creates temporary profile for the domain user (the profile is deleted
upon logoff).
The roaming profiles directory has been created according to
instructions in
https://wiki.samba.org/index.php/Roaming_Windows_User_Profiles
Note: the home
2018 Sep 20
0
[SOLVED] Samba 4: 'Access denied' error when accessing user profile during logon
...profile during logon
>
> Hello,
>
> Looks like the solution was rather simple.
>
> If user profile matching OS doesn't yet exist, Windows attempts to
> create one under '[profiles]'. I.e., for user 'username'
> Windows 7 will
> attempt to create [profiledir]\username.V2
>
> If it can't create that directory, 'Access denied' is written
> to system
> event log and a temporary profile is created.
>
> The solution (following the default how-to directories structure):
>
> # chmod g+w /srv/samba/profiles
>
> T...
2005 Sep 13
2
Roaming profile : taking forever to login /log off
Hello everybody,
We are using SMB as PDC and roaming profile.
but login /log off are taking 15 min (200 MB) on our GB network.
when I use tcpdump to monitor SMB on the client and the server , I can
see that the copy hang during several minutes.
our stations :
win xp sp2 (webclient disabled)
our smb serveur : samba-3.0.9
here is my smb.conf :
# Global parameters
[global]
workgroup =
2003 Sep 19
5
couldn't write to home dir
hello,
I try to use samba as PDC on NetBSD,
but I 've had problem with that combination..
samba work perfectly..but
if someone want to write into homedir, they couldn't,
and w2k workstation appear message ,
that disk is full..
disk isn't full, and permission are set correct
I don't know, where should be a mistake,
I check configuration problably 100x,
but I haven't found any
2018 Sep 21
0
[SOLVED] Samba 4: 'Access denied' error when accessing user profile during logon
...like the solution was rather simple.
>>>>
>>>> If user profile matching OS doesn't yet exist, Windows attempts to
>>>> create one under '[profiles]'. I.e., for user 'username'
>>>> Windows 7 will
>>>> attempt to create [profiledir]\username.V2
>>>>
>>>> If it can't create that directory, 'Access denied' is written
>>>> to system
>>>> event log and a temporary profile is created.
>>>>
>>>> The solution (following the default how-to directories...
2006 Feb 10
0
Upgraded from 3.0.9 -> 3.0.21b - Now adding machines aproblem
...s"
public = no
writeable = yes
printable = no
create mask = 0765
[applications]
comment = Storage for software applications
path = /applications/
valid users = @"XP_Power_Users", @"Domain Admins"
public = no
guest ok = no
writeable = yes
printable = no
create mask = 755
[ProfileDir]
comment = Root of all Homes for admin tasks
path = /net/users
valid users = @"Domain Admins"
public = no
writeable = yes
printable = no
create mask = 0666
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
public = yes
guest ok = yes
writeable = no
printable = y...
2018 Sep 21
6
[SOLVED] Samba 4: 'Access denied' error when accessing user profile during logon
...gt;> Looks like the solution was rather simple.
> >>
> >> If user profile matching OS doesn't yet exist, Windows attempts to
> >> create one under '[profiles]'. I.e., for user 'username'
> >> Windows 7 will
> >> attempt to create [profiledir]\username.V2
> >>
> >> If it can't create that directory, 'Access denied' is written
> >> to system
> >> event log and a temporary profile is created.
> >>
> >> The solution (following the default how-to directories structure):
>...