LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 08-22-2012, 04:11 AM   #1
Abakus
LQ Newbie
 
Registered: May 2012
Posts: 12

Rep: Reputation: Disabled
Question Error with LDAP on CentOS. ldapadd returns: Invalid DN syntax (34)


Hi

I'm trying to install and setup LDAP using the example of :
http://www.howtoforge.com/linux_open..._server_client

This is my file:
Code:
/etc/openldap/warehouse.co.za.ldif

dn: dc=warehouse,dc=co,dc=za
dc: warehouse
description: LDAP Admin
objectClass: dcObject
objectClass: organizationalUnit
ou: rootobject

dn: ou=People, dc=warehouse,dc=co,dc=za
ou: People
description: Users of Warehouse
objectClass: organizationalUnit

This is my command:
Code:
ldap]# ldapadd -x -D "cn=Manager,dc=warehouse,dc=co,dc=za" -W -f  /etc/openldap/warehouse.co.za.ldif
This is my results:
Code:
Enter LDAP Password: 
ldap_bind: Invalid DN syntax (34)
	additional info: invalid DN
ldap]#
Results from slapd (with debug on):

Code:
daemon: activity on 1 descriptor
daemon: activity on:
slap_listener_activate(8): 
daemon: epoll: listen=7 active_threads=0 tvp=NULL
daemon: epoll: listen=8 busy
daemon: epoll: listen=9 active_threads=0 tvp=NULL
>>> slap_listener(ldap:///)
daemon: activity on 1 descriptor
daemon: activity on:daemon: listen=8, new connection on 10

daemon: epoll: listen=7 active_threads=0 tvp=NULL
daemon: epoll: listen=8 active_threads=0 tvp=NULL
daemon: epoll: listen=9 active_threads=0 tvp=NULL
daemon: added 10r (active) listener=(nil)
conn=1004 fd=10 ACCEPT from IP=[::1]:33384 (IP=[::]:389)
daemon: activity on 2 descriptors
daemon: activity on: 10r
daemon: read active on 10
daemon: epoll: listen=7 active_threads=0 tvp=NULL
daemon: epoll: listen=8 active_threads=0 tvp=NULL
daemon: epoll: listen=9 active_threads=0 tvp=NULL
connection_get(10): got connid=1004
connection_read(10): checking for input on id=1004
ber_get_next
ldap_read: want=8, got=8
  0000:  30 37 02 01 01 60 32 02                            07...`2.          
ldap_read: want=49, got=49
  0000:  01 03 04 23 63 6e 3d 4d  61 6e 61 67 65 72 2c 64   ...#cn=Manager,d  
  0010:  63 3d 77 61 72 65 68 6f 75 73 65 2c 64 63 3d 63   c=warehouse,dc=c  
  0020:  6f 2c 64 63 3d 7a 61 80  08 31 32 33 34 61 61 61   o,dc=za..1234aaa  
  0030:  73                                                 s                 
ber_get_next: tag 0x30 len 55 contents:
ber_dump: buf=0x7f66a0000960 ptr=0x7f66a0000960 end=0x7f66a0000997 len=55
  0000:  02 01 01 60 32 02 01 03  04 23 63 6e 3d 4d 61 6e   ...`2....#cn=Man  
  0010:  61 67 65 72 2c 64 63 3d  77 61 72 65 68 6f 75 73   ager,dc=warehous  
  0020:  65 2c 64 63 3d 63 6f 2c  64 63 3d 7a 61 80 08 31   e,dc=co,dc=za..1  
  0030:  32 33 34 61 61 61 73                               234aaas           
op tag 0x60, time 1345624793
ber_get_next
ldap_read: want=8 error=Resource temporarily unavailable
conn=1004 op=0 do_bind
ber_scanf fmt ({imt) ber:
ber_dump: buf=0x7f66a0000960 ptr=0x7f66a0000963 end=0x7f66a0000997 len=52
  0000:  60 32 02 01 03 04 23 63  6e 3d 4d 61 6e 61 67 65   `2....#cn=Manage  
  0010:  72 2c 64 63 3d 77 61 72  65 68 6f 75 73 65 2c 64   r,dc=warehouse,d  
  0020:  63 3d 63 6f 2c 64 63 3d  7a 61 80 08 31 32 33 34   c=co,dc=za..1234  
  0030:  61 61 61 73                                        aaas              
ber_scanf fmt (m}) ber:
ber_dump: buf=0x7f66a0000960 ptr=0x7f66a000098d end=0x7f66a0000997 len=10
  0000:  00 08 31 32 33 34 61 61  61 73                     ..1234aaas        
>>> dnPrettyNormal: <cn=Manager,dc=warehouse,dc=co,dc=za>
daemon: activity on 1 descriptor
daemon: activity on:
conn=1004 op=0 do_bind: invalid dn (cn=Manager,dc=warehouse,dc=co,dc=za)
daemon: epoll: listen=7 active_threads=0 tvp=NULL
daemon: epoll: listen=8 active_threads=0 tvp=NULL
daemon: epoll: listen=9 active_threads=0 tvp=NULL
send_ldap_result: conn=1004 op=0 p=3
send_ldap_response: msgid=1 tag=97 err=34
ber_flush2: 24 bytes to sd 10
  0000:  30 16 02 01 01 61 11 0a  01 22 04 00 04 0a 69 6e   0....a..."....in  
  0010:  76 61 6c 69 64 20 44 4e                            valid DN          
ldap_write: want=24, written=24
  0000:  30 16 02 01 01 61 11 0a  01 22 04 00 04 0a 69 6e   0....a..."....in  
  0010:  76 61 6c 69 64 20 44 4e                            valid DN          
conn=1004 op=0 RESULT tag=97 err=34 text=invalid DN
daemon: activity on 1 descriptor
daemon: activity on: 10r
daemon: read active on 10
daemon: epoll: listen=7 active_threads=0 tvp=NULL
daemon: epoll: listen=8 active_threads=0 tvp=NULL
daemon: epoll: listen=9 active_threads=0 tvp=NULL
connection_get(10): got connid=1004
connection_read(10): checking for input on id=1004
ber_get_next
ldap_read: want=8, got=0

ber_get_next on fd 10 failed errno=0 (Success)
connection_read(10): input error=-2 id=1004, closing.
connection_closing: readying conn=1004 sd=10 for close
connection_close: conn=1004 sd=10
daemon: activity on 1 descriptor
daemon: activity on:
daemon: removing 10
conn=1004 fd=10 closed (connection lost)
daemon: epoll: listen=7 active_threads=0 tvp=NULL
daemon: epoll: listen=8 active_threads=0 tvp=NULL
daemon: epoll: listen=9 active_threads=0 tvp=NULL
I am stuck, not sure how to fix this issue.
 
Old 08-22-2012, 04:51 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984
It doesn't feel like an "invalid syntax" scenario, but your bind DN is underneath the DN you're trying to add, which doesn't seem to make sense. How can you use that account without the dc it's in existing?
 
Old 08-22-2012, 05:03 AM   #3
Abakus
LQ Newbie
 
Registered: May 2012
Posts: 12

Original Poster
Rep: Reputation: Disabled
No, sorry, I don't understand. Please elaborate.
 
  


Reply

Tags
centos, install, ldap


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ldap add invalid syntax said76 Linux - Newbie 2 10-13-2011 12:40 AM
[python] syntax Error : invalid syntax Python_user Programming 2 09-06-2009 12:52 PM
LDAP Problem Invalid DN Syntax (34) steve007 Linux - Newbie 3 08-24-2009 07:53 AM
Problem - ldapadd invalid syntex (21) aspenbr Linux - Software 1 07-24-2009 11:35 AM
LDAP Problem Invalid DN syntax (34) steve007 Linux - Newbie 3 10-18-2005 05:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 01:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration