[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ldap
Adam Williams wrote:
>
> >putting a valuable secret in the smb.conf file which is world readable.
> Not
> >good. The windows machine just keeps telling me my password is
> incorrect.
> >(yeah right) and if I change my smbpassword with the smbpasswd command
> it
> >tells me
> >Unknown parameter encountered: "password program"
> >Ignoring unknown parameter "password program"
>
> One important note is that to use LDAP you ***MUST*** use the HEAD branch
> checked out via CVS. The 2.0.x branch LDAP support is broken. Also
> "HEAD" is a moving target, expecially now, as the TNG reference
> implementation is dead and features are bieng back ported at a blinding
> rate. The recommended approach is the get the HEAD branch from October
> 15, 1999. Get that working. Then checkout the "new" code and test.
> This all assumes LDAP v2 (OpenLDAP 1.2.x), LDAP v3 (OpenLDAP 2.x, just
> released in Beta) requires more elbow grease as the perl script mongers
> (I love those guys) haven't hammered out some of the schema diffrences.
[root@netsrv /root]# rpm -qa | grep ldap
openldap-1.2.9-6
nss_ldap-105-1
[root@netsrv /root]# rpm -qa | grep samba
samba-2.0.6-9
samba-client-2.0.6-9
samba-common-2.0.6-9
Does this mean I will have to recompile both ldap and samba or just get the
HEAD branch of samba and use my current ldap. I assume I should rpm -e my
samba packages before trying to compile samba.
Dirk