[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: delete an attribut
Hey Fabrice,
You have to provide the attribute:value pair you want to delete,
meaning you have to specifically know what you want to get rid of.
--
Kevin
Thursday, May 17, 2001, 7:55:49 AM, you wrote:
FC> I have a problem in order to delete mail attribut:
FC> My user:
FC> cn=Fabrice Cartron, dc=fondation, dc=org
FC> objectClass=top
FC> objectClass=person
FC> objectClass=organizationalPerson
FC> objectClass=inetOrgPerson
FC> cn=Fabrice Cartron
FC> sn=Cartron
FC> givenName=Fabrice
FC> mail=fcartron@apm-online.fr
FC> internationaliSDNNumber=0565350407
FC> facsimileTelephoneNumber=0565350406
FC> postOfficeBox=Duravel
FC> postalCode=46000
FC> postalAddress=route de la gineste
FC> telephoneNumber=0682657649
FC> userPassword=pkwiz.tag
FC> description=technicien
FC> My file using for deleting mail attribut:
FC> cn=Fabrice Cartron, dc=fondation, dc=org
FC> changetype: modify
FC> delete: mail
FC> the command:
FC> ldapmodify -D "cn=Manager, dc=fondation, dc=org" -W -f /tmp/fabr
FC> and the reslut:
FC> modifying entry cn=Fabrice Cartron, dc=fondation, dc=org
FC> ldap_modify: Protocol error
FC> ldap_modify: additional info: modify/add operation requires values
FC> And idea please.
FC> Bye