Displaying 20 results from an estimated 28 matches for "companydata".
2020 Jun 30
3
Users, home directories and profiles
On 30/06/2020 10:40, Enrico Morelli via samba wrote:
> At the end I'll to abandon samba :-((
> I'm really sad
One last thought, have you touched the 'share' tab ?
For instance, have you removed 'Everyone' from it ?
If so, put it back.
Rowland
2016 Sep 05
5
ACL wrong category user for group and group for user
...disable spoolss = yes
[home]
path = /home/samba/ARIANE/users
read only = no
[profiles$]
path = /home/samba/ARIANE/profiles
read only = no
admin users = +"ARIANE\Admins du domaine"
profile acls = yes
csc policy = disable
[data]
path = /home/samba/ARIANE/companydata
read only = no
[software]
path = /home/samba/software
read only = no
[test]
path = /Fichiers/test
read only = no
Thanks.
Samuel
2016 Aug 01
0
Samba-4.3.11 Roaming profiles on FreeBSD10.3
...hich depens on you need and use )
5) now only apply the needed rights and DONT inherrit, but DO apply on top objects.
Appling on the top object set the correct rights in uderlaying folders.
For a DATA share, i advice the following.
PATH Example /home/samba/companydata
You share “companydata” with share rights, set any group, i preffer authenticated users or domain users)
That protects the share/data access.
Now on set the security (folder rights)
/home/samba/companydata
Choose one of these.
1) do you allow to have...
2020 Aug 17
3
getent passwd blank response
Hai,
> I have an issue that "getent passwd SAMDOM\usrname" returns a blank response.
And
> Running "getent passwd" returns all the local users.
Both results "are" correct.
But have you tried this :
getent passwd "SAMDOM\username"
And does id username still work
;-)
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba
2020 Aug 17
2
getent passwd blank response
...-shares.conf
root at mbr04:~# cat /etc/samba/smb-shares.conf
[samba$]
??? # Hidden share for Adminstrator and "Domain Admins" members/Folder
managers
??? # By default "Domain Admins" are allowed to read/write
??? path = /srv/samba
??? browseable = yes
??? read only = no
[companydata]
??? # main share for all company data.
??? path = /srv/samba/companydata
??? browseable = yes
??? read only = no
[profiles]
??? # Windows user profiles, Used for/by windows only share.
??? # Add a $ on the end to hide the share-name.
??? # By default "Domain users" are allowed to...
2016 Nov 14
2
Member server losing smb connection
...share] ## an example found at askubuntu.com
# writeable = yes
# path = /shares/office
# force directory mode = 770
# force create mode = 770
# force group = bureau
# valid users = @bureau
# write list = @bureau
[data]
comment = Shared DT data
path = /home/samba/DTDOM/companydata
read only = no
force group = "domain users"
directory mask = 0770
force directory mode = 0770
create mask = 0660
force create mode = 0660
follow symlinks = no
wide links = no
[Demo]
path = /srv/samba/Demo
read only = no
follow symli...
2015 Mar 06
1
setting up W7 profiles
...ting = bsd
printcap name = /dev/null
disable spoolss = yes
[home]
path = /home/samba/TEST/users
read only = no
[profiles$]
path = /home/samba/TEST/profiles
read only = no
admin users = +"TESTDomain Admins"
profile acls = yes
csc policy = disable
[data]
path = /home/samba/TEST/companydata
read only = no
[software]
path = /home/samba/software
read only = no
And wbinfo:
root at mbr01:~# wbinfo -u
administrator
dns-tdc02
dns-tdc01
krbtgt
guest
root at mbr01:~# wbinfo -g
allowed rodc password replication group
enterprise read-only domain controllers
denied rodc password replic...
2015 Jan 26
5
W7 client cannot adjust file permissions via ADUC
...printcap name = /dev/null
disable spoolss = yes
[home]
path = /home/samba/DT***RM/users
read only = no
[profiles$]
path = /home/samba/DT***RM/profiles
read only = no
admin users = +"DT***RMDomain Admins"
profile acls = yes
csc policy = disable
[data]
path = /home/samba/DT***RM/companydata
read only = no
[software]
path = /home/samba/software
read only = no
Help? Thoughts?
--
-------------------------
Bob Wooden of Donelson Trophy
615.885.2846 (main)
www.donelsontrophy.com [1]
"Everyone deserves an award!!"
Links:
------
[1] http://www.donelsontrophy.com
2016 Nov 14
3
Member server losing smb connection
...ath = /shares/office
>> # force directory mode = 770
>> # force create mode = 770
>> # force group = bureau
>> # valid users = @bureau
>> # write list = @bureau
>>
>> [data]
>> comment = Shared DT data
>> path = /home/samba/DTDOM/companydata
>> read only = no
>> force group = "domain users"
>> directory mask = 0770
>> force directory mode = 0770
>> create mask = 0660
>> force create mode = 0660
>> follow symlinks = no
>> wide links = no
>>
>> [Demo]
>> path =...
2020 Jul 29
0
New script to setup your samba folder structure on a domain Member.
...exact path, you can run this without any harm.
I will create the folders and setup the rights, and it creates a file you can include in smb.conf.
Your (if running) config wont be touched.
It creates a folder structure as shown, with the correct POSIX rights?to start with.
/srv/samba
/srv/samba/companydata
/srv/samba/users
/srv/samba/profiles
/srv/samba/public
?
And after created it sets the correct SDDL (WINDOWS) rights on the folders.
Resulting, you see correct windows rights, the script explains all.
Enjoy.
Errors,?fixed, new additions, suggestion and offcourse typo's.
Mail me or correct...
2016 Sep 05
0
ACL wrong category user for group and group for user
...ARIANE/users
> read only = no
>
> [profiles$]
> path = /home/samba/ARIANE/profiles
> read only = no
> admin users = +"ARIANE\Admins du domaine"
> profile acls = yes
> csc policy = disable
>
> [data]
> path = /home/samba/ARIANE/companydata
> read only = no
>
> [software]
> path = /home/samba/software
> read only = no
>
> [test]
> path = /Fichiers/test
> read only = no
>
> Thanks.
>
> Samuel
>
There doesn't seem to be anything wrong with your smb.conf. There are
o...
2015 Jan 08
2
getting permissions denied on home folders
...Dec 31 15:38 .
>> drwxr-xr-t 5 root root 4.0K Dec 31 15:38 ..
>> root at dtmember01:~# ls -alh /home/samba/DTDC01
>> total 24K
>> drwxr-xr-t 5 root root 4.0K Dec 31 15:38 .
>> drwxr-xr-x 4 root root 4.0K Dec 31 15:38 ..
>> drwxrwsr-x 2 root root 4.0K Dec 31 15:38 companydata
>> drwxrwx--T 7 root 50005 4.0K Jan 4 12:10 profiles
>> drwxr-xr-x+ 2 root root 4.0K Dec 31 15:38 users
>>
>> Does it matter . . . those tiny "plus" signs after some of the permissions? And the "50005" group?
>>
>> Further suggestions or quest...
2019 Jul 02
1
W10 workstations not connecting to Samba 4.10.5 member
...d printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
restrict anonymous = 2
log file = /var/log/samba/log.%m
max log size = 50
#============================ Share Definitions ============================
[data]
comment = Shared MY data
path = /home/samba/MYDOM/companydata
read only = no
force group = "domain users"
directory mask = 0770
force directory mode = 0770
create mask = 0660
force create mode = 0660
follow symlinks = no
wide links = no
[home]
path = /home/samba/MYDOM/users
read only = no
follow symlinks = yes
wide links = yes
[profi...
2015 Mar 06
3
setting up W7 profiles
Okay, so I did this to myself. I overlooked an important sentence on the
"https://wiki.samba.org/index.php/Samba_%26_Windows_Profiles". The
sentence that instructs to do "Profile share using Windows ACLs"
***OR*** "Profile share with using POSIX ACLs".
So, I have reset the permissions to how they were before I messed them
up doing the "POSIX ACLs" part.
2016 Nov 14
0
Member server losing smb connection
...writeable = yes
> # path = /shares/office
> # force directory mode = 770
> # force create mode = 770
> # force group = bureau
> # valid users = @bureau
> # write list = @bureau
>
> [data]
> comment = Shared DT data
> path = /home/samba/DTDOM/companydata
> read only = no
> force group = "domain users"
> directory mask = 0770
> force directory mode = 0770
> create mask = 0660
> force create mode = 0660
> follow symlinks = no
> wide links = no
>
> [Demo]
> path...
2015 Jan 28
1
W7 client cannot adjust file permissions via ADUC
...name = /dev/null disable spoolss =
>yes [home] path = /home/samba/DT***RM/users read only = no
>[profiles$] path = /home/samba/DT***RM/profiles read only = no
>admin users = +"DT***RMDomain Admins" profile acls = yes csc
>policy = disable [data] path = /home/samba/DT***RM/companydata
>read only = no [software] path = /home/samba/software read
>only = no Help? Thoughts? -- ------------------------- Bob
>Wooden of Donelson Trophy 615.885.2846 (main)
>www.donelsontrophy.com [1] [1 [1]] "Every
> one
>deserves an award!!" Links: ------ [1]
>http:/...
2015 Jan 28
0
W7 client cannot adjust file permissions via ADUC
...t;[home]
> path = /home/samba/DT***RM/users
> read only = no
>
>[profiles$]
> path = /home/samba/DT***RM/profiles
> read only = no
> admin users = +"DT***RMDomain Admins"
> profile acls = yes
> csc policy = disable
>
>[data]
> path = /home/samba/DT***RM/companydata
> read only = no
>
>[software]
> path = /home/samba/software
> read only = no
>
>Help? Thoughts?
>
>--
>
>-------------------------
>
>Bob Wooden of Donelson Trophy
>
>615.885.2846 (main)
>www.donelsontrophy.com [1]
>
>"Everyone deserves...
2015 Jan 08
1
getting permissions denied on home folders
...total 8.0K drwxr-xr-x+ 2 root root 4.0K Dec 31 15:38 . drwxr-xr-t 5 root root 4.0K Dec 31 15:38 .
> .
> root at dtmember01:~# ls -alh /home/samba/DTDC01 total 24K drwxr-xr-t 5 root root 4.0K Dec 31 15:38 . drwxr-xr-x 4 root root 4.0K Dec 31 15:38 .. drwxrwsr-x 2 root root 4.0K Dec 31 15:38 companydata drwxrwx--T 7 root 50005 4.0K Jan 4 12:10 profiles drwxr-xr-x+ 2 root root 4.0K Dec 31 15:38 users Does it matter . . . those tiny "plus" signs after some of the permissions? And the "50005" group? Further suggestions or questions? OK, the tiny "plus" signs mean that yo...
2013 Nov 01
3
change user home
Hai,
?
Im trying to change the userhome folder, but im still not getting the path i want.
?
getent passwd
Administrator:x:0:100::/home/MATWS/Administrator:/bin/bash
and i want
Administrator:x:0:100::/home/users/Administrator:/bin/bash
?
I did change the following.
logon path = /home/samba/profiles
logon home = /home/users
My server is samba 4.0.10 DC as member of Win2008R2 domain.
and i did
2020 Aug 17
1
getent passwd blank response
...hares.conf
> [samba$]
> ??? # Hidden share for Adminstrator and "Domain Admins"
> members/Folder
> managers
> ??? # By default "Domain Admins" are allowed to read/write
> ??? path = /srv/samba
> ??? browseable = yes
> ??? read only = no
>
> [companydata]
> ??? # main share for all company data.
> ??? path = /srv/samba/companydata
> ??? browseable = yes
> ??? read only = no
>
> [profiles]
> ??? # Windows user profiles, Used for/by windows only share.
> ??? # Add a $ on the end to hide the share-name.
> ??? # By de...