[Ldapdns-users] loading dns information with ldap
                
                Brought to you by:
                
                    nimh
                    
                
            
            
        
        
        
    | 
     
      
      
      From: JASON J. <jes...@ro...> - 2006-10-20 15:16:56
      
     
   | 
Could someone suggest what's wrong with the following:
====================================
localhost jason # cat myhosts.ldif 
dn: dc=global-matrix,ou=hosts,o=Global-Matrix,c=lan
objectclass: top
objectclass: dcobject
objectclass: dnsdomain
objectclass: domainrelatedobject
dc: global-matrix.lan
dn:
dc=mercury,dc=global-matrix,ou=hosts,o=Global-Matrix,c=lan
objectclass: top
objectclass: dnsdomain
objectclass: domainrelatedobject
dc: mercury
arecord: 130.1.24.16
nSRecord: @
localhost jason # ldapadd -x -D
"cn=root,dc=global-matrix,dc=lan" -W -f myhosts.ldif 
Enter LDAP Password: 
adding new entry
"dc=global-matrix,ou=hosts,o=Global-Matrix,c=lan"
ldap_add: Server is unwilling to perform (53)
        additional info: no global superior knowledge
localhost jason # 
====================================
Thanks for any help.
 |