search for: pm700

Displaying 20 results from an estimated 25 matches for "pm700".

Did you mean: m700
2004 Dec 09
1
Folder Redirection, Roaming Profiles and Working Offline
...orce user = %U read only = No create mask = 0700 directory mask = 0700 guest ok = Yes profile acls = Yes browseable = No csc policy = disable root preexec = PROFILE=/var/lib/samba/profiles/%U; if [ ! -e $PROFILE ]; then mkdir -pm700 $PROFILE; chown %u:%g $PROFILE;fi [homes] path = /home/%U/windows comment = Home Directories valid users = %S read only = No force create mode = 0600 force directory mode = 0700 veto files = /Maildir/.bash_history/.bash*/.ssh/.spamass...
2004 Jul 07
5
Hiding some stuff
Hi, Is there a way i could hide "netlogon", "profiles", "homes", etc., from my windows 2000 users ? Will "hide files" solves the issue, or is there another way ? Any help would be appreciated. Warm Regards, M?rio Gamito
2007 Nov 27
4
Windows clients losing connection to Samba 3.0.27 PDC on FC7 i386
...inherit permissions = yes [profiles] path = /var/lib/samba/profiles browseable = no read only = No guest ok = yes writable = yes create mask = 0600 directory mask = 0700 root preexec = PROFILE='/var/lib/samba/profiles/%u'; if [ ! -e $PROFILE ]; \ then mkdir -pm700 $PROFILE; chown '%u':'%g' $PROFILE;fi
2005 Mar 30
0
"logon path" and "logon home" settings return different values in 3.0.13?
...home = \\%L\%U\.profile domain logons = Yes and the [profiles] share had the following [profiles] comment = User Profiles path = /usr/local/samba/profiles profile acls = Yes root preexec = PROFILE=/usr/local/samba/profiles/%u; if [ ! -e $PROFILE ]; then mkdir -pm700 $PROFILE; chown %u.%g $PROFILE;fi this gave all users a h: (for homes) regardless whether they were on win9x or xp and their win98 profile was under h:\.profile and h: was mapped to \\server\homes and their xp machines still mapped h: to \\server\homes but the profiles were safely tucked away...
2006 Sep 07
1
no profiles add/saved in samba PDC
Hello I am new to the samba world and have problem with my samba installation I can't use profiles for my Windows Clients (XP/2000) Version: Samba 3.0.22-13.18 of SuSE 10.1 I use Samba with openLDAP and smbldap-tools. For these progs it looks like all perfect (I can login from the Clients). I try to use Samba as PDC for my Windows Clients. The Clients can logon to the PDC and I also can
2005 Jul 11
4
Samba PDC problem
...xt line is a great way to secure the profiles # force user = %U # next line allows administrator to access all profiles #valid users = %U @"Domain Admins" #valid users = %U #root preexec = PROFILE=/var/lib/samba/profiles/%u; if [ ! -e $PROFILE ]; then mkdir -pm700 $PROFILE; chown %u:%g $PROFILE;fi I tryed most combinations of the commented options in profiles section ls -la /var/lib/samba/profiles/ total 0 drwxr-x--- 4 root root 96 Jul 11 18:51 . drwxr-xr-x 6 root root 144 Jun 23 21:16 .. drwx------ 2 nicola Domain Users 48 Jul 11...
2008 Jun 29
3
Windows cannot locate the server copy of your roaming profile
...guest ok = No profile acls = yes csc policy = disable nt acl support = Yes valid users = %U admin users = @"Domain Admins" hide files = /desktop.ini/outlook*.lnk/*Briefcase*/ root preexec = PROFILE=/home/samba/profiles/%u; if [ ! -e $PROFILE ]; then mkdir -pm700 $PROFILE; chown %u:%g $PROFILE;fi [homes] comment = Home Directories valid users = %S read only = No browseable = No writable = yes any hints? regards Nicola
2004 Jul 09
1
NT doesn't like that, you should fix it
...yes writable = yes # This script can be enabled to create profile directories on the fly # You may want to turn off guest acces if you enable this, as it # hasn't been thoroughly tested. root preexec = PROFILE=/var/lib/samba3/profiles/%u; if [ ! -e $PROFILE ]; \ then mkdir -pm700 $PROFILE; chown %u.%g $PROFILE;fi # NOTE: If you have a CUPS print system there is no need to # specifically define each individual printer. # You must configure the samba printers with the appropriate Windows # drivers on your Windows clients or upload the printer driver to the # server from Win...
2005 Jun 03
1
HELP! After upgrade, can't get at my shares
...e path = /var/lib/samba/netlogon/%a guest ok = Yes browseable = No locking = No [profiles] comment = Profile Share path = /var/lib/samba/%a/profiles read only = No profile acls = Yes browseable = No root preexec = PROFILE=/var/lib/samba/%a/profiles/%u; if [ ! -e $PROFILE ]; then mkdir -pm700 $PROFILE; chown "%u"."%g" $PROFILE; fi root postexec = /bin/su -c "/usr/local/bin/dl /var/lib/samba/%a/profiles/%u/Desktop/*[^.lnk]" "%u" recycle:repository = ../../../../../home/%U/Desktop/Trash recycle:noversions = *.doc|*.xls|*.ppt recycle:excludedir =...
2004 Jul 15
1
roaming and local profiles on same domain
I have samba 3 configured and running fine as a PDC with LDAP as the back end user database. I have most users using roaming profiles but there are a few I would like to be able to only have local profiles. Is it possible to configure samba to use both types of profile rather than one or the other. I have the profile path set on each user account in LDAP as the field
2005 May 04
3
roaming profiles problem for new users
Due to hardware failure we had a rushed migration from a Samba v3.0.9 on FreeBSD 4, to v3.0.10 on Mandrake Linux 10.1. Since then I have had problems getting roaming profiles to work for new users. Things works fine for existing users, but things are broken for new ones. The setup is a fairly standard Samba PDC with Windows XP clients. When users added since the upgrade log in, they then do
2004 Aug 09
1
Printer on LDAP PDC debug help?
...guest ok = Yes browseable = No locking = No [profiles] comment = Profile Share path = /var/lib/samba/profiles read only = No profile acls = Yes browseable = No root preexec = PROFILE=/var/lib/samba/profiles/%u; if [ ! -e $PROFILE ]; then mkdir -pm700 $PROFILE; chown "%u"."%g" $PROFILE; fi root postexec = /bin/su -c "/usr/local/bin/dl /var/lib/samba/profiles/%u/Desktop/*[^.lnk]" %u [homes] comment = Home Directories valid users = %S read only = No hide special files = Yes browseable =...
2003 Nov 17
2
UNIX paths vs UNC names in [profile]
Alright, I can be a bit thick sometimes, but by RTFM or other documentation I've solved a problem. ISSUE I had been having problems with profiles, I use using the following profile: <edited> [global] preferred master = yes domain master = yes local master = yes security = user domain logons = yes logon path = \\%N\%u\profiles logon drive = H: logon home = \\%L\%U logon script =
2010 Mar 06
0
Failure joining to Samba 3.4.5 Domain
...no ; guest ok = yes # This script can be enabled to create profile directories on the fly # You may want to turn off guest acces if you enable this, as it # hasn't been thoroughly tested. ;root preexec = PROFILE=/var/lib/samba/profiles/%u; if [ ! -e $PROFILE ]; \ ; then mkdir -pm700 $PROFILE; chown %u:%g $PROFILE;fi [printers] comment = All Printers path = /var/spool/samba browseable = no # set to yes to allow user 'guest account' to print. guest ok = no writable = no printable = yes [print$] path = /var/lib/samba/printers browseable = yes re...
2003 Oct 21
1
Re: Samba3+Win2k/XP profiles
...s #the same happens without this ~ log file = /var/log/samba3/log.%m ~ log level = 10 ~ max log size = 50 ~ [Profiles] ~ path = /var/lib/samba3/profiles ~ browseable = no ~ guest ok = yes ~ root preexec = PROFILE=/var/lib/samba3/profiles/%u; if [ ! -e $PROFILE ~ ]; then mkdir -pm700 $PROFILE; chown %u.%g $PROFILE; fi # Without this ~ workstation complains about not founding an user profile, and loging in ~ with local copy, then saying that it cannot be found, and loging in with ~ a temporary one. ~ ls -ald /var/lib/samba3/profiles/ gives: ~ drwxrwxrwt 3 root root...
2005 Mar 29
0
3.0.13 winxp pro printers offline and don't come online, but you can print to them (shorter version - no log level 10)
...ters] comment = All Printers path = /var/spool/samba read only = Yes guest ok = Yes printable = Yes browseable = No [profiles] comment = User Profiles path = /usr/local/samba/profiles profile acls = Yes root preexec = PROFILE=/usr/local/samba/profiles/%u; if [ ! -e PROFILE ]; then mkdir -pm700 $PROFILE; chown %u.%g $PROFILE;fi +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ and now my level 10 log the xp workstation is Fin-70 the user is kerstinr the domain is called WORKGROUP the first printer that is offline is "copier (pcl)" queue name...
2003 Jan 14
0
Oplocks_break FAILURE in 2.2.7? hmm..
...xec = rm -f /var/lib/samba/netlogon/%U.bat [Profiles] path = /home/profiles browseable = no guest ok = no writable = yes read only = no create mask = 0600 directory mask = 0700 root preexec = PROFILE=/home/profiles/%a/%U; if [ ! -e $PROFILE ]; \ then mkdir -pm700 $PROFILE; chown %u $PROFILE;fi [tmp] comment = Temporary file space path = /tmp read only = no [public] comment = Public Stuff path = /public public = yes write list = @smbusers vfs object = /usr/lib/samba/vfs/audit.so --- Don't think there's something wrong. I...
2011 Mar 16
8
Samba PDC adding new user, profile dir is not created
Hi, i have a Samba PDC (no LDAP) and added add user script to my config. I can create the user with no problems, login is possible but the /home/samba/profile/user dir is not created. Any hints on that? script commands i added: add user script = /usr/sbin/useradd -m '%u' -g ntusers -G ntusers -s /bin/false delete user script = /usr/sbin/userdel -r '%u' add group script =
2003 Dec 15
0
Samba disconnect problem
...t ok = yes ; writable = yes # This script can be enabled to create profile directories on the fly # You may want to turn off guest acces if you enable this, as it # hasn't been thoroughly tested. ; root preexec = PROFILE=/var/lib/samba/profiles/%u; if [ ! -e $PROFILE ]; \ ; then mkdir -pm700 $PROFILE; chown %u.%g $PROFILE;fi # NOTE: If you have a CUPS print system there is no need to # specifically define each individual printer. # You must configure the samba printers with the appropriate Windows # drivers on your Windows clients. On the Samba server no filtering is # done. If you w...
2005 Jan 23
0
SAMBA 3 not working with W2K/XP in PDC mode.
...es read only = no # This script can be enabled to create profile directories on the fly # You may want to turn off guest acces if you enable this, as it # hasn't been thoroughly tested. ;root preexec = PROFILE=/var/lib/samba/profiles/%u; if [ ! -e $PROFILE ]; \ ; then mkdir -pm700 $PROFILE; chown %u.%g $PROFILE;fi # NOTE: If you have a CUPS print system there is no need to # specifically define each individual printer. # You must configure the samba printers with the appropriate Windows # drivers on your Windows clients or upload the printer driver to the # server from Win...