From: Klimchev Konstantin <koka@atvc.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Ldap scripting: bash vs perl
Date: Tue, 25 May 2004 11:43:56 +0400
Message-ID: <20040525114356.0da1db74@phantom.intranet.atk> (raw)
In-Reply-To: <40B1C951.3030204@rmts.donpac.ru>
Добрый день!
Попробовал и я (доступ к удаленной машине, в LDAP'е 3500 записей):
Сразу оговариваюсь, что пытался свести к минимому операции с выборкой на локальной машине
====================================================================
1) шелл
time ldapsearch -LLL -hнекий_хост -x -wнекий_пароль -Dcn=manager,ou=mail,o=ATK-INET -bou=mail,o=ATK-INET "(&(objectclass=mailAccount)(accountStatus=blocked)(mail=ar*))" dn
real 0m0.149s
user 0m0.010s
sys 0m0.000s
===================================================================
2) python
#!/usr/bin/env python
import ldap
ldapConnection = ldap.open('некий_хост')
ldapConnection.simple_bind_s('cn=manager,ou=mail,o=ATK-INET', 'некий_пароль')
baseDN = 'ou=mail,o=ATK-INET'
searchScope = ldap.SCOPE_SUBTREE
_result = ldapConnection.search_s(baseDN, searchScope, '(&(objectclass=mailAccount)(accountStatus=blocked)(mail=ar*))', ['dn'])
print _result
ldapConnection.unbind_s()
real 0m0.140s
user 0m0.060s
sys 0m0.010s
===========================================================
--
Best Regards, Konstantin Klimchev
(mailto:koka@atvc.ru jabber:koka@jabber.atvc.ru)
ATK-Internet ISP, Arkhangelsk, Russia
next prev parent reply other threads:[~2004-05-25 7:43 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-24 10:07 Eugene Prokopiev
2004-05-24 10:10 ` Alexey Morsov
2004-05-24 10:36 ` Eugene Prokopiev
2004-05-24 11:06 ` Mike Lykov
2004-05-24 11:10 ` Eugene Prokopiev
2004-05-24 10:22 ` Klimchev Konstantin
2004-05-24 10:29 ` Eugene Prokopiev
2004-05-24 10:45 ` Alexey Morsov
2004-05-24 10:59 ` Eugene Prokopiev
2004-05-24 11:22 ` Klimchev Konstantin
2004-05-24 11:32 ` Eugene Prokopiev
2004-05-25 7:43 ` Klimchev Konstantin [this message]
2004-05-25 8:21 ` Mike Lykov
2004-05-25 8:31 ` Klimchev Konstantin
2004-05-25 8:51 ` Mike Lykov
2004-05-25 8:58 ` Klimchev Konstantin
2004-05-25 10:43 ` [Comm] " Alexey Tourbin
2004-05-26 6:06 ` [Comm] " Eugene Prokopiev
2004-05-26 6:14 ` Klimchev Konstantin
2004-05-26 8:04 ` Eugene Prokopiev
2004-05-26 8:20 ` Klimchev Konstantin
2004-05-26 9:08 ` Eugene Prokopiev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040525114356.0da1db74@phantom.intranet.atk \
--to=koka@atvc.ru \
--cc=community@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git