Displaying 5 results from an estimated 5 matches for "devtst".
2015 Oct 09
2
Make a share owned by a service account available to members of an AD group
Here is my configuration:
smb.conf:
[global]
server string = Samba Server Version %v
log file = /var/log/samba/log.%m
max log size = 500
log level = 3
workgroup = DEVTST-CORP
realm = DEVTST-CORP.GO2UTI.COM
security = ADS
password server = sinmdp04.devtst-corp.go2uti.com
passdb backend = tdbsam
domain master = no
local master = no
preferred master = no
disable netbios = yes
dns proxy = no...
2015 Oct 11
2
Make a share owned by a service account available to members of an AD group
...22:42, Tovey, Mark wrote:
> Here is my configuration:
>
> smb.conf:
>
> [global]
> server string = Samba Server Version %v
>
> log file = /var/log/samba/log.%m
> max log size = 500
>
> log level = 3
>
> workgroup = DEVTST-CORP
> realm = DEVTST-CORP.GO2UTI.COM
> security = ADS
Remove these lines
password server = sinmdp04.devtst-corp.go2uti.com
passdb backend = tdbsam
>
> domain master = no
> local master = no
> preferred master = no...
2015 Oct 09
0
Make a share owned by a service account available to members of an AD group
...22:42, Tovey, Mark wrote:
> Here is my configuration:
>
> smb.conf:
>
> [global]
> server string = Samba Server Version %v
>
> log file = /var/log/samba/log.%m
> max log size = 500
>
> log level = 3
>
> workgroup = DEVTST-CORP
> realm = DEVTST-CORP.GO2UTI.COM
> security = ADS
Remove these lines
password server = sinmdp04.devtst-corp.go2uti.com
passdb backend = tdbsam
>
> domain master = no
> local master = no
> preferred master = no...
2015 Oct 13
0
Make a share owned by a service account available to members of an AD group
...22:42, Tovey, Mark wrote:
> Here is my configuration:
>
> smb.conf:
>
> [global]
> server string = Samba Server Version %v
>
> log file = /var/log/samba/log.%m
> max log size = 500
>
> log level = 3
>
> workgroup = DEVTST-CORP
> realm = DEVTST-CORP.GO2UTI.COM
> security = ADS
Remove these lines
password server = sinmdp04.devtst-corp.go2uti.com
passdb backend = tdbsam
>
> domain master = no
> local master = no
> preferred master = no...
2015 Oct 09
2
Make a share owned by a service account available to members of an AD group
No joy. I added winbind to the passwd, shadow, and group lines and it is still not working. I also switched back to ad instead of rid (I deleted the Samba database files in /var/lib/samba and rejoined the domain when I switched), and still the same. If the account exists locally I can authenticate against AD and map the share. No local account and it fails.
-Mark