From: Adam Williams on
mien has about the same, and connects to LDAP fine, so i think you are
ready.

[root(a)missioncontrol BackupPC-3.2.0beta0]# smbd -b|grep LDAP
HAVE_LDAP_H
HAVE_LDAP
HAVE_LDAP_ADD_RESULT_ENTRY
HAVE_LDAP_INIT
HAVE_LDAP_INITIALIZE
HAVE_LDAP_SASL_WRAPPING
HAVE_LDAP_SET_REBIND_PROC
HAVE_LIBLDAP
LDAP_SET_REBIND_PROC_ARGS


Paras pradhan wrote:
> Does this mean that my samba is ready to connect to LDAP server?
>
> root(a)webdev # ./smbd -b |grep LDAP
> HAVE_LDAP_H
> HAVE_LDAP
> HAVE_LDAP_ADD_RESULT_ENTRY
> HAVE_LDAP_INIT
> HAVE_LDAP_INITIALIZE
> HAVE_LDAP_SET_REBIND_PROC
> HAVE_LIBLDAP
> LDAP_SET_REBIND_PROC_ARGS
> root(a)webdev #
>
>
> Thanks!
> Paras.
>

--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
From: morgan on


Most mainstream Linux distros are compiling in LDAP support these
days, no problem. Debian, Ubuntu, Fedora and SuSE are all compiling
in LDAP in their standard packages, AFAIK. I'm not sure what BSDs are
doing these days, but I'd bet they're the same way.
On Fri 23/10/09 2:55 PM , Adam Williams wrote:mien has about the
same, and connects to LDAP fine, so i think you are
ready.
[ BackupPC-3.2.0beta0]# smbd -b|grep LDAP
HAVE_LDAP_H
HAVE_LDAP
HAVE_LDAP_ADD_RESULT_ENTRY
HAVE_LDAP_INIT
HAVE_LDAP_INITIALIZE
HAVE_LDAP_SASL_WRAPPING
HAVE_LDAP_SET_REBIND_PROC
HAVE_LIBLDAP
LDAP_SET_REBIND_PROC_ARGS
Paras pradhan wrote:
> Does this mean that my samba is ready to connect to LDAP server?
>
> # ./smbd -b |grep LDAP
> HAVE_LDAP_H
> HAVE_LDAP
> HAVE_LDAP_ADD_RESULT_ENTRY
> HAVE_LDAP_INIT
> HAVE_LDAP_INITIALIZE
> HAVE_LDAP_SET_REBIND_PROC
> HAVE_LIBLDAP
> LDAP_SET_REBIND_PROC_ARGS
> #
>
>
> Thanks!
> Paras.
>
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba [4]
-------------------------
Message sent via Atmail Open - http://atmail.org/

Links:
------
[4]
http://dagda.tuxedo.darktech.org/parse.php?redirect=https://lists.samba.org/mailman/options/samba
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
From: Paras pradhan on
On Fri, Oct 23, 2009 at 2:07 PM, <morgan(a)tuxedo.darktech.org> wrote:
> Most mainstream Linux distros are compiling in LDAP support these days, no
> problem.  Debian, Ubuntu, Fedora and SuSE are all compiling in LDAP in their
> standard packages, AFAIK.  I'm not sure what BSDs are doing these days, but
> I'd bet they're the same way.

I am under solaris 9 (ancient) platform. Now my compilation seems to
be OK, now need to find ways to connect this to the sun ldap server.
Any info on this will be a great help

Thanks
Paras.


>
> On Fri 23/10/09 2:55 PM , Adam Williams <awilliam(a)mdah.state.ms.us> wrote:
>
> mien has about the same, and connects to LDAP fine, so i think you are
> ready.
>
> [root(a)missioncontrol BackupPC-3.2.0beta0]# smbd -b|grep LDAP
> HAVE_LDAP_H
> HAVE_LDAP
> HAVE_LDAP_ADD_RESULT_ENTRY
> HAVE_LDAP_INIT
> HAVE_LDAP_INITIALIZE
> HAVE_LDAP_SASL_WRAPPING
> HAVE_LDAP_SET_REBIND_PROC
> HAVE_LIBLDAP
> LDAP_SET_REBIND_PROC_ARGS
>
>
> Paras pradhan wrote:
>> Does this mean that my samba is ready to connect to LDAP server?
>>
>> root(a)webdev # ./smbd -b |grep LDAP
>> HAVE_LDAP_H
>> HAVE_LDAP
>> HAVE_LDAP_ADD_RESULT_ENTRY
>> HAVE_LDAP_INIT
>> HAVE_LDAP_INITIALIZE
>> HAVE_LDAP_SET_REBIND_PROC
>> HAVE_LIBLDAP
>> LDAP_SET_REBIND_PROC_ARGS
>> root(a)webdev #
>>
>>
>> Thanks!
>> Paras.
>>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
>
> ________________________________
> Message sent via Atmail Open - http://atmail.org/
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
From: Adam Williams on


Paras pradhan wrote:
> On Fri, Oct 23, 2009 at 2:07 PM, <morgan(a)tuxedo.darktech.org> wrote:
>
>> Most mainstream Linux distros are compiling in LDAP support these days, no
>> problem. Debian, Ubuntu, Fedora and SuSE are all compiling in LDAP in their
>> standard packages, AFAIK. I'm not sure what BSDs are doing these days, but
>> I'd bet they're the same way.
>>
>
> I am under solaris 9 (ancient) platform. Now my compilation seems to
> be OK, now need to find ways to connect this to the sun ldap server.
> Any info on this will be a great help
>
> Thanks
> Paras.
in CentOS/Fedora you use nss_ldap, i'm not sure what solaris uses, maybe
you can compile nss_ldap from source and setup /etc/ldap.conf and
/etc/nsswitch.conf
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
From: morgan on

On Fri 23/10/09 4:31 PM , Adam Williams wrote:
Paras pradhan wrote:

On Fri, Oct 23, 2009 at 2:07 PM, wrote:

Most mainstream Linux distros are compiling in LDAP support these
days, noproblem. Debian, Ubuntu, Fedora and SuSE are all compiling in
LDAP in theirstandard packages, AFAIK. I'm not sure what BSDs are
doing these days, butI'd bet they're the same way.

I am under solaris 9 (ancient) platform. Now my compilation seems
to be OK, now need to find ways to connect this to the sun ldap
server. Any info on this will be a great help Thanks Paras. in
CentOS/Fedora you use nss_ldap, i'm not sure what solaris uses, maybe
you can compile nss_ldap from source and setup /etc/ldap.conf and
/etc/nsswitch.conf
See this link for excellent info:
http://aput.net/~jheiss/krbldap/howto.html#ldapclient [2]

-------------------------
Message sent via Atmail Open - http://atmail.org/

Links:
------
[2] http://aput.net/~jheiss/krbldap/howto.html#ldapclient
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba