Displaying 8 results from an estimated 8 matches for "unixhomes".
Did you mean:
unixhome
1998 May 18
0
Samba 1.9.18p7 Password Lock Problem on AIX 4.1.4.0
I've been running SAMBA 1.9.14 and 1.9.17p4 for successfully for some
time. Recently I thought it would be useful to update to the latest
SAMBA version 1.9.18p7. This is the first time we are using Samba with
the built-in DES.
Here is our configuration:
Machines: IBM RS/6000 AIX 4.1.4.0 or AIX 4.2.1.0
Compiler: xlC 3.1.4.0
My smb.conf file:
[global]
printing = aix
print command
2008 Mar 11
2
Samba exporting an NFS mount
Hello,
I have an NFS server with all our user's home directories on a server that does not support SMB. I wish to mount this directory on a second system and re-export it via samba so that users can access their unix home directories from their windows boxes. My samba server is running CentOS 5.0, and I have the the home directories mounted at /home/na, and there is no rootsquash, so the
2018 Sep 04
4
Upgraded a member server to 4.8, rfc2307 data?
I'm starting to upgrade my domain members to debian stretch/samba 4.8,
using louis packages.
Domain controllers still on jessie/samba45.
Upgrade went smooth, but after upgrade seems that the DM was not able
anymore to retrieve rfc2307 data, eg:
root at vdmsv2:~# getent passwd gaio
gaio:*:10000:10513:Marco Gaiarin:/home/LNFFVG/gaio:/bin/false
root at vdmsv2:~# ldbsearch -H
2016 Nov 22
0
Winbind traffic not encrypted
On 21/11/2016 17:21, Brian Candler wrote:
> I'd quite like to be able to fetch a ticket using the keytab
I found a solution to that part by using a different form of principal
name with "hostname$"
root at client-ad:~# kinit -k -t /etc/krb5.keytab 'CLIENT-AD$@AD.EXAMPLE.NET'
root at client-ad:~# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal:
2018 Sep 05
0
Upgraded a member server to 4.8, rfc2307 data?
Hai Marco,
The idmap config part. The this for the member.
## map id's outside to domain to tdb files.
idmap config *: backend = tdb
idmap config *: range = 5000-9999
## map ids from the domain and (*) the range may not overlap !
idmap config LNFFVG: backend = ad
idmap config LNFFVG: schema_mode = rfc2307
idmap config LNFFVG: range = 10000-49999
idmap
2006 Sep 18
1
Domain Logins
...ns = yes
;domain admin group = administrator root bernhard leonard
; where to store user profiles?
; logon path = \\%N\profiles\%u
logon path =
; where is a user's home directory and where should it
; be mounted at?
; logon drive = z:
; logon home = \\FILE_SRV\unixhomes
logon drive =
logon home =
; specify a generic logon script for all users
; this is a relative **DOS** path to the [netlogon] share
; logon script = logon.cmd
logon script = logon.cmd
; necessary share for domain controller
[netlogon]
comment = Network Logon Service...
2016 Nov 22
1
Winbind traffic not encrypted
On Tue, 22 Nov 2016 15:19:34 +0000
Brian Candler via samba <samba at lists.samba.org> wrote:
> On 21/11/2016 17:21, Brian Candler wrote:
> > I'd quite like to be able to fetch a ticket using the keytab
>
> I found a solution to that part by using a different form of
> principal name with "hostname$"
>
> root at client-ad:~# kinit -k -t
2016 Nov 21
2
Winbind traffic not encrypted
A problem here getting winbind traffic to be encrypted using Kerberos.
I have set up a test environment with a pair of servers (actually lxc
containers):
- samba server (ubuntu 16.04, stock samba 4.3.11)
- client machine (ubuntu 16.04) joined with "net ads join" and winbind
The client machine has the following in /etc/samba/smb.conf:
-------
[global]
#netbios name = client-ad