[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ldap
Adam Williams wrote:
> My recommended solution is:
>
> 1. Get LDAP installed and working (a lot easier with RH7).
It's already working with RH 6.2, what advantage is there to going to 7
now. (not in general, just to work on this)
> 2. Install Samba 2.0.x ang get that working but use the
> "interfaces = 192.168.3.6/24" parameter to tell that Samba
> to ONLY listen to the primary ethernet interface.
hosts allow = 192.168.0. 127.
# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
# interfaces = 192.168.0.1/24
> >samba-2.0.6-9
> >samba-client-2.0.6-9
> >samba-common-2.0.6-9
is already working. I thought the hosts allow would accomplish the same
thing but would be happy to uncomment the interfaces.
> 3. Get Samba HEAD 10-15-1999. If you have trouble with the
> cvs server dropping you I can send you a tar ball.
I have not been dropped yet. It is just slower than molasses in liquid
nitrogen. It has gotten one more file in the last hour. If you could send
me the tarfile, that would be great.
> 4. Compile with "./configure --prefix={somewhere} --with-ldap"
--prefix={where?} the location of the ldap header files? or do you want me
to take '{somewhere}' literally?
> 5. Create a virtual interface "ifconfig eth0:1 192.168.3.7"
cando
> 6. Install Samba head and use the "interfaces=192.168.3.7/24"
cando
make install to /usr/local/... other than packages binary locale I assume.
This interface is not on my local subnet? or would I use 192.168.0.(not yet
used) on my current local subnet.
> to make Samba head listen on the virtual interface.
> 7. Go about setting up Samba LDAP, play with HEAD till you
Not familiar with but can read. Just read the docs of the Head source I
assume.
> get it working (Meanwhile 2.0.x still continues running
> undistrubed).
> 8. Make the HEAD the domain master and the password server to
> the 2.0.x server. This way you get the advantage of LDAP
> PDC and the stability of file/print services (from the 2.0.x
> server).
>
> This is much easier than it sounds. HEAD 10-15-1999 is quite
> stable, but I like to play it safe and keep 2.0.x around.
>
> Samba 2.2.x I'm told has a tenative release date of Q1-2001
> and will incorporate the LDAP code.
That will be nice.
Thank you
Dirk