Displaying 3 results from an estimated 3 matches for "hive64".
Did you mean:
have64
2017 Jan 26
2
getent problems with new Samba version
...onf to
now point to /var/lib/samba/private and will remove /etc/samba/private when I'm sure of this.
This "change" affects a lot of stuff!! :(
> What does 'samba -b' show for 'PRIVATE_DIR' ?
$ samba -b
Samba version: 4.4.8
Build environment:
Build host: Linux hive64 4.4.38 #1 SMP Sun Dec 11 15:57:21 CST 2016 x86_64 AMD Phenom(tm)
II X6 1100T Processor AuthenticAMD GNU/Linux
Paths:
:
:
PRIVATE_DIR: /var/lib/samba/private
Same as the `testparm -v` Gaiseric had me run.
> > /var/lib/samba/private/sam.ldb, /etc/samba/private/sam.ldb and
> > RSAT/AD...
2017 Jan 26
0
getent problems with new Samba version
...f stuff!! :(
This is one reason why you shouldn't move directory contents about
without considering stuff like this.
>
> > What does 'samba -b' show for 'PRIVATE_DIR' ?
>
> $ samba -b
> Samba version: 4.4.8
> Build environment:
> Build host: Linux hive64 4.4.38 #1 SMP Sun Dec 11 15:57:21 CST
> 2016 x86_64 AMD Phenom(tm) II X6 1100T Processor AuthenticAMD
> GNU/Linux Paths:
> :
> :
> PRIVATE_DIR: /var/lib/samba/private
>
> Same as the `testparm -v` Gaiseric had me run.
In which case, this is where winbind will look.
>...
2017 Jan 26
2
getent problems with new Samba version
on Wed, 25 Jan 2017 20:15:49 -0500 Gaiseric Vandal wrote:
> Would "testparm -v" show you the path of all the files used ? Are there any idmap settings?
Gaiseric, thanks for your response. the `testparm -v` gave me:
private dir = /var/lib/samba/private
So, I guess that means the sam.ldb in that directory is the one being used, not the one in
/etc/samba/private. That helps.