Displaying 3 results from an estimated 3 matches for "unix_hom".
Did you mean:
unixhom
2001 Oct 28
0
help: why are my shares read only when they should be writable?
...ime with mount -a,
and i have no problems writing to them outside samba.
hope someone can help me troubleshoot,
or direct me to some relevant information
i also attached my smb.conf.
thanks in advance.
smb.conf
--------
#start smb.conf
[global]
workgroup = GROUP
encrypt passwords = yes
[unix_home]
comment = User Home Directories
# no anonymous access, actually guest ok = no is default behaviour
guest ok = no
writeable = yes
[winc]
comment = C:
guest ok = no
path = /98_core
writeable = yes
[wind]
comment = D:
path = /DATA
writeable = yes
#end...
2015 Apr 30
2
Full list of options when using samba-tool user create
...LIVERY_OFFICE
User's office location
--rfc2307-from-nss Copy Unix user attributes from NSS (will be
overridden
by explicit UID/GID/GECOS/shell)
--nis-domain=NIS_DOMAIN
User's Unix/RFC2307 NIS domain
--unix-home=UNIX_HOME
User's Unix/RFC2307 home directory
--uid=UID User's Unix/RFC2307 username
--uid-number=UID_NUMBER
User's Unix/RFC2307 numeric UID
--gid-number=GID_NUMBER
User's Unix/RFC2307 primary GID number...
2015 Dec 07
4
userid shows 4294967295
I'm coming from a Debian system so my system accounts are below 1000,
regular accounts start at 1000. For some historical reason somebody gave
our main group id 500 so therefor I want my usable range to start at 500.
Do I need both idmap config *:range and idmap config SAMDOM:range? I also
tried with only 'idmap config *:range' but that didn't seem to help. I'll
try again