Displaying 2 results from an estimated 2 matches for "leosend".
Did you mean:
leosende
2007 Feb 12
1
Fwd: Joining a SAMBA 4 TP4 Active Directory with WinXP
Am Montag, 12. Februar 2007 14:43 schrieb paul:
> Mag. Leonhard Landrock schrieb:
> > *) Start a virtual machine with WinXP SP2 and trying to join the domain
> > LEOSENDE.FUN.
> >
> > The last point (joining the domain) doesn't work. I try the username
> > Administrator and the passwort as set with "./setup/provision" but it
> > doesn't work. I simply get unknown username or wrong password.
>
> Hi, my preliminary chec...
2007 Feb 11
1
Joining a SAMBA 4 TP4 Active Directory with WinXP
...e steps I did:
*) cd /usr/local/src
*) tar jxf /root/samba-4.0.0tp4.tar.gz
*) cd samba-4.0.0tp4/samba4/source
*) "./configure --with-fhs"
*) make proto all
*) make install
*) vim /etc/profile
PATH="$PATH:/usr/local/samba/sbin:/usr/local/samba/bin"
*) ./setup/provision --realm=LEOSENDE.FUN --domain=LEOSENDE --adminpass=<MYPASSWORD>
*) cp -v /usr/local/samba/var/lib/samba/private/leosende.fun.zone /etc/bind/
*) vim /etc/named.conf.local
zone "leosende.fun" {
type master;
file "/etc/bind/leosende.fun.zone";
};
*) vim /usr/local/samba/etc/samba/s...