Displaying 2 results from an estimated 2 matches for "testldap".
Did you mean:
res_ldap
2004 Jun 02
0
[LDAP+SSL+Samba 3.0.2a] pb start tls
...then ,now I would like a samba (3.0.2a) which supports SSL/TLS and LDAP (of
course)
I compiled this version of samba like this :
./configure --with-ldapsam --prefix=/usr/local/samba --with-ssl
make
make install
NO error !
A testparm says : no error
but when I try to connect my user ldap (called testldap) on my windows I get
:
"the option STARTTLS is not supported " in the log
so I did : ldd /usr/local/samba/sbin/sbmd
and I see libldap, liblber, libpam, etc.. but NO libssl...:(
I reconfigure and reinstall samba like this
./configure --with-ldap --prefix=/usr/local/samba -enabled-share...
2002 Feb 13
1
samba-2.2.3a and openldap
...smbpasswd -m -a machinename seems also to
be successful.
This time the machinename is stored in /etc/passwd (that has no special
intention).
When typing in the above command smbpasswd adds the entry automtically
in the ldap directory.
I can see the change with ldapsearch or with
ldap://localhost/o=testldap,c=ch
smbpasswd -w specifies the password to be used with ldap admin dn (man
smbpasswd)
I am using that command before changing any other user passwords...
The only problem actually is that I can't get into the domain (meanwhile
called HOPELESS) with my wint wks service pack 5 machine.
Origi...