Hello , Does Samba 2.2 has support for LDAP I want to use LDAP for user authentication instead of smbpasswd Any help in this regard would be highly appreciated Thanks & Regards Kalpit Jain Vice President-Technology Email: kalpit@netcore.co.in Netcore Solutions Pvt Ltd 402, Peninsula Chambers (Morarjee Mills Compound) Ganpat Rao Kadam Marg (Behind Piramal Hospital) Near A-Z Industrial Estate Lower Parel Mumbai 400 013. Phone: 462 8000 (Board)
Hi It is very much possible, just take a look at the page http://samba.idealx.org/ and their howto at http://samba.idealx.org/dist/samba-ldap-howto.pdf Ramus At 10:50 07-06-2002 +0530, Kalpit Jain wrote:>Hello , > > >Does Samba 2.2 has support for LDAP >I want to use LDAP for user authentication instead of smbpasswd > >Any help in this regard would be highly appreciated > > >Thanks & Regards >Kalpit Jain >Vice President-Technology >Email: kalpit@netcore.co.in > >Netcore Solutions Pvt Ltd >402, Peninsula Chambers (Morarjee Mills Compound) >Ganpat Rao Kadam Marg (Behind Piramal Hospital) >Near A-Z Industrial Estate >Lower Parel >Mumbai 400 013. >Phone: 462 8000 (Board) > >-- >To unsubscribe from this list go to the following URL and read the >instructions: http://lists.samba.org/mailman/listinfo/samba
Hi, I compile samba as below, ./configure --with-ldapsam make make install But when I type "testparm", it will show Unknown parameter encountered: "ldap server" Ignoring unknown parameter " ldap server" Every parameters about ldap was shown that. Why??? Thank you. --------------------------------- Get a bigger mailbox -- choose a size that fits your needs. -------------- next part -------------- HTML attachment scrubbed and removed
are your sure the compilation found the ldap libraries? which version of samba are you compiling? the param names changed in v3... brad On Wed, 2002-09-25 at 22:30, tin tinny wrote:> > Hi, > > I compile samba as below, > > ./configure --with-ldapsam > > make > > make install > > But when I type "testparm", it will show > > > > Unknown parameter encountered: "ldap server" > > Ignoring unknown parameter " ldap server" > > > > Every parameters about ldap was shown that. Why??? > > Thank you. > > > > > --------------------------------- > Get a bigger mailbox -- choose a size that fits your needs.
Can I use an LDAP autentication with SAMBA? What I need to do? Thanks.. RENATO RODRIGUES DINIZ Network Assistent Technical Support - IT Sitel do Brasil Rua Vergueiro, 1759 - 12? Andar S?o Paulo/SP - Brasil Zip: 04101-000 Phone: 55 11 5010 9417 Mobile: 55 11 8122 4307 Fax: 55 11 5010 9436 AIM: "RENATO R DINIZ" e-mail: renato.diniz@sitelbrasil.com.br
Here is another one: http://www.mandrakesecure.net/en/docs/ldap-auth.php Renato Diniz wrote:> Can I use an LDAP autentication with SAMBA? > > What I need to do? > > Thanks.. > > > RENATO RODRIGUES DINIZ > Network Assistent > Technical Support - IT Sitel do Brasil > > Rua Vergueiro, 1759 - 12? Andar > S?o Paulo/SP - Brasil > Zip: 04101-000 > > Phone: 55 11 5010 9417 > Mobile: 55 11 8122 4307 > Fax: 55 11 5010 9436 > > AIM: "RENATO R DINIZ" > e-mail: renato.diniz@sitelbrasil.com.br >
RH73 samba2.2.7-1.7.3 Just getting a smb server going. Have some users who's login names are different from windows and Linux. Using a map file to map Linux users accounts to windows user accounts. When I watch the log.smb I see that the mapping is taking place however, the authentication doesn't. Would the fact that the Linux authentication is done by an LDAP server matter? The passwords are the same.
Patrick Nelson wrote: ----------------->>>> RH73 samba2.2.7-1.7.3 Just getting a smb server going. Have some users who's login names are different from windows and Linux. Using a map file to map Linux users accounts to windows user accounts. When I watch the log.smb I see that the mapping is taking place however, the authentication doesn't. Would the fact that the Linux authentication is done by an LDAP server matter? The passwords are the same. ----------------->>>> Ok what about making it so that LDAP isn't an issue. Is this possible? I'm not making this a PDC... Just a mountable directory to all users. Is there a better way to do this. I've read all the documentation from /usr/share/doc/samba-2.2.7 and have followed links to everyone's else's HOW-TO...