ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] openldap - не могу приконнектится с удаленной машины
@ 2004-08-09 11:43 Serge Polkovnikov
  2004-08-09 13:58 ` Wad V Mashckoff
  0 siblings, 1 reply; 4+ messages in thread
From: Serge Polkovnikov @ 2004-08-09 11:43 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 864 bytes --]

Добрый день!
Помогите разобратся с опенЛДАП, пожалуйста. 
Решил начать с простого - адрессной книги. По Хаутушкам создал базу.
На сервере делаю поиск данных - всё ОК:

$ldapsearch -h 127.0.0.1 -LLL -b "dc=xxx,dc=com,dc=ua"
dn: dc=xxx,dc=com,dc=ua
objectClass: top
objectClass: dcObject
objectClass: organization
dc: xxx
o: Xxxxxxx

dn: ou=users,dc=xxx,dc=com,dc=ua
objectClass: top
objectClass: organizationalunit
ou: users

dn: cn=John S Doe,ou=users,dc=xxx,dc=com,dc=ua
objectClass: top
objectClass: organizationalperson
objectClass: inetorgperson
cn:: Sm9obiBEb2Ug
mail:: am9obkBmb28uY29tIA==
givenName:: Sm9obiA=
sn:: RG9lIA==

Теперь пробую аналогичный запрос сделать с клиента:

 $ldapsearch -h 192.168.111.1 -LLL -b "dc=xxx,dc=com,dc=ua"
ldap_sasl_interactive_bind_s: No such attribute (16)

Почему? Что я еще не сделал?
-- 
С уважением
	Сергей Полковников

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] openldap - не могу приконнектится с удаленной машины
  2004-08-09 14:10   ` Re2: " Wad V Mashckoff
@ 2004-08-09 12:17     ` Serge Polkovnikov
  0 siblings, 0 replies; 4+ messages in thread
From: Serge Polkovnikov @ 2004-08-09 12:17 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

понеділок, 09-сер-2004 17:10, Wad V Mashckoff Ви написали:
> Попробуйте еще анонимно
> ldapsearch -x -b 'dc=xxx,dc=com,dc=ua' -h 192.168.111.0

Спасибо, так работает! Буду разбераться дальше

-- 
С уважением
	Сергей Полковников

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] openldap - не могу приконнектится с удаленной машины
  2004-08-09 11:43 [Comm] openldap - не могу приконнектится с удаленной машины Serge Polkovnikov
@ 2004-08-09 13:58 ` Wad V Mashckoff
  2004-08-09 14:10   ` Re2: " Wad V Mashckoff
  0 siblings, 1 reply; 4+ messages in thread
From: Wad V Mashckoff @ 2004-08-09 13:58 UTC (permalink / raw)
  To: community

Serge Polkovnikov wrote:

>Добрый день!
>Помогите разобратся с опенЛДАП, пожалуйста. 
>Решил начать с простого - адрессной книги. По Хаутушкам создал базу.
>На сервере делаю поиск данных - всё ОК:
>
>$ldapsearch -h 127.0.0.1 -LLL -b "dc=xxx,dc=com,dc=ua"
>dn: dc=xxx,dc=com,dc=ua
>objectClass: top
>objectClass: dcObject
>objectClass: organization
>dc: xxx
>o: Xxxxxxx
>
>dn: ou=users,dc=xxx,dc=com,dc=ua
>objectClass: top
>objectClass: organizationalunit
>ou: users
>
>dn: cn=John S Doe,ou=users,dc=xxx,dc=com,dc=ua
>objectClass: top
>objectClass: organizationalperson
>objectClass: inetorgperson
>cn:: Sm9obiBEb2Ug
>mail:: am9obkBmb28uY29tIA==
>givenName:: Sm9obiA=
>sn:: RG9lIA==
>
>Теперь пробую аналогичный запрос сделать с клиента:
>
> $ldapsearch -h 192.168.111.1 -LLL -b "dc=xxx,dc=com,dc=ua"
>ldap_sasl_interactive_bind_s: No such attribute (16)
>
>Почему? Что я еще не сделал?
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Community mailing list
>Community@altlinux.ru
>https://lists.altlinux.ru/mailman/listinfo/community
>
/etc/openldap/ldap.conf не настроен?

BASE
URI


-- 

Wad Mashckoff, IT philosopher						(o_
ICQ 201205466   E-mail: adiel@nospam.kiev.ua    			//\
E4:85:AE:40:52:55:01:A8:8F:9F:62:85:AA:42:E1:55				V_/_
                                                        http://Linux.kiev.ua



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re2: [Comm] openldap - не могу приконнектится с удаленной машины
  2004-08-09 13:58 ` Wad V Mashckoff
@ 2004-08-09 14:10   ` Wad V Mashckoff
  2004-08-09 12:17     ` Serge Polkovnikov
  0 siblings, 1 reply; 4+ messages in thread
From: Wad V Mashckoff @ 2004-08-09 14:10 UTC (permalink / raw)
  To: community

Wad V Mashckoff wrote:

>Serge Polkovnikov wrote:
>
>  
>
>>Добрый день!
>>[SKIPPED]
>>Теперь пробую аналогичный запрос сделать с клиента:
>>
>>$ldapsearch -h 192.168.111.1 -LLL -b "dc=xxx,dc=com,dc=ua"
>>ldap_sasl_interactive_bind_s: No such attribute (16)
>>
>>Почему? Что я еще не сделал?
>> 
>>
>>
>>
>>_______________________________________________
>>
>>    
>>
>/etc/openldap/ldap.conf не настроен?
>  
>
Имелось в виду на клиенте...

>BASE
>URI
>  
>

Попробуйте еще анонимно
ldapsearch -x -b 'dc=xxx,dc=com,dc=ua' -h 192.168.111.0


-- 

Wad Mashckoff, IT philosopher						(o_
ICQ 201205466   E-mail: adiel@nospam.kiev.ua    			//\
E4:85:AE:40:52:55:01:A8:8F:9F:62:85:AA:42:E1:55				V_/_
                                                        http://Linux.kiev.ua



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-08-09 14:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-09 11:43 [Comm] openldap - не могу приконнектится с удаленной машины Serge Polkovnikov
2004-08-09 13:58 ` Wad V Mashckoff
2004-08-09 14:10   ` Re2: " Wad V Mashckoff
2004-08-09 12:17     ` Serge Polkovnikov

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