Hi list,

It is my first experience with LDAP, trying to add a user to TDBM database 
using DB2 V8.

my Configuration file of LDAP:
database TDBM GLDBTD31 
suffix "o=moi"         


  Adding user using  Nasser.add: 
Nasser.add:
dn: cn=nasser shaer,ou=users,dc=moi,dc=com              
objectclass: person                                     
sn: nasser                                              
userpassword: password  
 
 ldapadd -h 127.0.0.1 -p 3389 -D cn=root -w secret -f  nasser.add
 
 Error: adding new entry cn=nasser shaer,ou=users,dc=moi,dc=com                 
        
ldap_add: Undefined attribute type                                              
ldap_add: additional info: R001012 Attribute type 'sn' is not defined (normalize
_attr_value_list)  
 
 Adding user using Nasser2.add file:
      
 File nasser2.add
 dn: cn=nasser,ou=users,dc=moi,dc=com                          
objectclass: person                                           
userpassword: password 
 
 ldapadd -h 127.0.0.1 -p 3389 -D cn=root -w secret -f  nasser2.add  
 
error: adding new entry cn=nasser,ou=users,dc=moi,dc=com                        
       
ldap_add: No such object                                                        
ldap_add: additional info: R010015 No backend for DN 'CN=NASSER,OU=USERS,DC=MOI,
DC=COM' (process_backend_request)  
 
 Any help appreciated. 
king regards 
 
Mohamed Juma                                             


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to