Displaying 11 results from an estimated 11 matches for "ldaputil".
Did you mean:
ldaputils
2020 Jul 15
2
Interacting with LDAP db without password as root
How could I avoid being asked a password when interacting with /var/lib/samba/private/ldap_priv/ldapi through ldapsearch or ldaputils in general?
(ldapsearch -H ldapi//%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldapi)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: Firma digitale OpenPGP
URL: <http://lists.samba.org/pipermail/samba/a...
2020 Jul 15
2
Interacting with LDAP db without password as root
Wed, 15 Jul 2020 13:56:48 +0100 Rowland penny via samba <samba at lists.samba.org>:
> On 15/07/2020 13:36, RhineDevil via samba wrote:
> > How could I avoid being asked a password when interacting with /var/lib/samba/private/ldap_priv/ldapi through ldapsearch or ldaputils in general?
> > (ldapsearch -H ldapi//%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldapi)
>
> Don't use ldap-utils, use ldb-tools and the machine password:
>
> sudo ldbsearch -P -H ldapi://%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldap
>
> Rowland
"ldap client internal error NT_STA...
2020 Jul 15
2
Interacting with LDAP db without password as root
...> Wed, 15 Jul 2020 13:56:48 +0100 Rowland penny via samba <samba at lists.samba.org>:
> >> On 15/07/2020 13:36, RhineDevil via samba wrote:
> >>> How could I avoid being asked a password when interacting with /var/lib/samba/private/ldap_priv/ldapi through ldapsearch or ldaputils in general?
> >>> (ldapsearch -H ldapi//%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldapi)
> >> Don't use ldap-utils, use ldb-tools and the machine password:
> >>
> >> sudo ldbsearch -P -H ldapi://%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldap
> >>
> >> Row...
2020 Jul 15
2
Interacting with LDAP db without password as root
...2020 13:56:48 +0100 Rowland penny via samba <samba at lists.samba.org>:
> >>>> On 15/07/2020 13:36, RhineDevil via samba wrote:
> >>>>> How could I avoid being asked a password when interacting with /var/lib/samba/private/ldap_priv/ldapi through ldapsearch or ldaputils in general?
> >>>>> (ldapsearch -H ldapi//%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldapi)
> >>>> Don't use ldap-utils, use ldb-tools and the machine password:
> >>>>
> >>>> sudo ldbsearch -P -H ldapi://%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldap...
2006 Jan 23
4
create smbpasswd/tdbsam from ldapsam/LDAP query?
As some of you may know, I'm trying to set up Samba BDC on a disk- and fan-less tiny mipsel_CPU router running OpenWRT distribution.
I already managed to compile Samba 3.0.21a and OpenLDAP 2.3.18 for it, and they seem to work fine.
The problem is, this tiny distribution for routers doesn't seem to have anything like Name Service Switch (NSS), and relies solely on /etc/passwd
and
2020 Jul 15
0
Interacting with LDAP db without password as root
...ed, 15 Jul 2020 13:56:48 +0100 Rowland penny via samba <samba at lists.samba.org>:
>>>> On 15/07/2020 13:36, RhineDevil via samba wrote:
>>>>> How could I avoid being asked a password when interacting with /var/lib/samba/private/ldap_priv/ldapi through ldapsearch or ldaputils in general?
>>>>> (ldapsearch -H ldapi//%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldapi)
>>>> Don't use ldap-utils, use ldb-tools and the machine password:
>>>>
>>>> sudo ldbsearch -P -H ldapi://%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldap
>>>>
&g...
2020 Jul 15
0
Interacting with LDAP db without password as root
...13:56:48 +0100 Rowland penny via samba <samba at lists.samba.org>:
>>>>>> On 15/07/2020 13:36, RhineDevil via samba wrote:
>>>>>>> How could I avoid being asked a password when interacting with /var/lib/samba/private/ldap_priv/ldapi through ldapsearch or ldaputils in general?
>>>>>>> (ldapsearch -H ldapi//%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldapi)
>>>>>> Don't use ldap-utils, use ldb-tools and the machine password:
>>>>>>
>>>>>> sudo ldbsearch -P -H ldapi://%2Fvar%2Flib%2Fsamba%2Fpr...
2020 Jul 15
3
Interacting with LDAP db without password as root
...0100 Rowland penny via samba <samba at lists.samba.org>:
> >>>>>> On 15/07/2020 13:36, RhineDevil via samba wrote:
> >>>>>>> How could I avoid being asked a password when interacting with /var/lib/samba/private/ldap_priv/ldapi through ldapsearch or ldaputils in general?
> >>>>>>> (ldapsearch -H ldapi//%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldapi)
> >>>>>> Don't use ldap-utils, use ldb-tools and the machine password:
> >>>>>>
> >>>>>> sudo ldbsearch -P -H ldapi://%2Fva...
2003 Dec 01
0
No subject
...t;mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
> I've made a quickly patch against samba2.2 to support LDAP. I use the
> ldap schema define in the samba-tng. I use libnss_ldap, pam_ldap,
> openldap2.x, ldapsync.pl, ldaputils. It seems to work. I will do more test
> tomorrow. configure.in is not very clean but it work on my system
> (Debian GNU/Linux).
> You must launch autoconf to generate a new configure.in
Could you tell us more about this patch and where we could get our hands
on it to try ... I am ver...
2003 Dec 01
0
No subject
...smbpasswd updating and sync the unix passwd (LDAP) together. Anyone have a fix
for this?
Matt Lung
> > I've made a quickly patch against samba2.2 to support LDAP. I use the
> > ldap schema define in the samba-tng. I use libnss_ldap, pam_ldap,
> > openldap2.x, ldapsync.pl, ldaputils. It seems to work. I will do more test
> > tomorrow. configure.in is not very clean but it work on my system
> > (Debian GNU/Linux).
> > You must launch autoconf to generate a new configure.in
> Could you tell us more about this patch and where we could get our hands
>...
2003 Dec 01
0
No subject
...mba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
Hi,
I've made a quickly patch against samba2.2 to support LDAP. I use the
ldap schema define in the samba-tng. I use libnss_ldap, pam_ldap,
openldap2.x, ldapsync.pl, ldaputils. It seems to work. I will do more test
tomorrow. configure.in is not very clean but it work on my system
(Debian GNU/Linux).
You must launch autoconf to generate a new configure.in
Luc
--
,--------------------------------------------------------------------------.
> Saillard Luc...