Displaying 8 results from an estimated 8 matches for "createmode".
Did you mean:
create_mode
1999 Dec 08
1
nobody uid printing
...ning samba 2.0.5a on Solaris 2.6
Security = share
This is the printer share definition, note no guest or public definition.
[printers]
comment = All Printers
browseable = no
# Set public = yes to allow user 'guest account' to print
path = /var/spool/samba
printable = yes
createmode = 0700
Basically the situation is this:
I used to have the printers share defined to allow guest to print. However,
everyone's jobs were coming out with a header page that listed "nobody" as the
owner. Since the guest parameter was set to nobody this makes sense if guest
tries...
2006 Apr 03
1
No UID associated with this user name
...twork logon service
path = /etc/fmri/samba/netlogon
guest ok = yes
share modes = no
[homes]
path = /home/%u
comment = home directories
read only = no
create mode = 0750
directory mode = 0750
case sensitive = no
follow symlinks = no
[share]
comment = shared directories
path = /share
read only = no
createmode = 0775
directory mode = 0775
case sensitive = no
follow symlinks = no
[data]
comment = data directories
path = /data
read only = no
create mode = 0775
directory mode = 0775
case sensitive = no
follow symlinks = yes
[data_export]
comment = data directories
path = /export/data
read only = no
create...
1999 Jul 02
1
preexec: return code not used? (PR#18576)
T.D.Lee@durham.ac.uk wrote:
>
>
> But we'd like to go one step further and have the return code from preexec
> be used to continue or abort the connection being established. The script
> above would be modified to generate this return code.
>
> Looking through the source code (smbd/service.c), it doesn't seem to check
> the return code (calling smbrun to do the
2003 Jan 06
1
replacing a w2k machine with samba 2.2.7a
...share, and full control. i would really like to make these shares only write accessible, and all attribute shanges would not be propagated tothe files themselvs - i don't mind that a person will not be able to set a file read only. all i want is for all my files to have the permission i set in createmode, whatever the user tries to do to it.
I have read the entire smb.conf documentation, and didn't find anything that could help me. am i missing something ? am i looking at is from the wrong direction ?
right now the only solution i have is a cron job ran daily that runs find on all shared dir...
2000 Apr 28
1
Perfornmance Problem with large files
...84 SO_KEEPALIVE
map to guest = Bad User
local master = no
interfaces = 10.0.0.10/255.0.0.0
wins support = no
wins server = 10.0.0.20
[fileserver]
comment = File Server fuer die NT Workstations
path = /fileserver/daten
read only = no
locking = no
browseable = yes
createmode = 0700
public =
yes
***************************************************************************
Thanx for your support, Kilian
--
Sent through GMX FreeMail - http://www.gmx.net
2019 Jun 11
1
Sharing directory via Samba using AD credentials
...????? logfile=/var/log/samba/%m.log
???????# max 100KB per log file, then rotate
??????? max logsize=100
??????? loglevel=2
#============================ Share Definitions ==============================
[homes]
???????comment=Home Directories
???????browseable=yes
???????writable=yes
??????? force createmode=0640
??????? force directorymode=0750
On Jun 11, 2019, 8:14 AM -0500, Rowland penny via samba <samba at lists.samba.org>, wrote:
> On 11/06/2019 14:01, Zach Doman via samba wrote:
> > Hi List,
> >
> > I?m attempting to configure an Active Directory joined CentOS 7 host to...
2005 Oct 20
4
usrmgr: group not found.
...el '%g'
loadprinters = yes
cupsoptions = "raw"
nullpasswords = no
logonpath = \\%L\Profiles\%U <file://%25L/Profiles/%25U>
changesharecommand = /etc/samba/scripts/modify_samba_config.pl
serverstring = Samba Server %v
encryptpasswords = yes
## Section - [printers]
[printers]
createmode = 0700
browseable = no
printable = yes
writable = no
path = /var/spool/samba
guestok = no
comment = All Printers
printcommand = lpr-cups -P %p -o raw %s -r # using client side printer
drivers.
## Section - [Profiles]
[Profiles]
rootpreexec = PROFILE=/var/lib/samba/profiles/%u; if [ ! -e $PROFILE ]...
2019 Jun 11
2
Sharing directory via Samba using AD credentials
Hi List,
I?m attempting to configure an Active Directory joined CentOS 7 host to share directories with Windows clients using Samba. The machine has been joined to the domain via: ?adcli join --stdin-password --domain-ou=?OU=Servers,DC=domain,DC=com' --login-user={{ private_ad_username }} -S dc1 DOMAIN.COM". Logging in to the host via ssh with AD user credentials works fine. I have SSSD