On Aug 1, 2014, at 5:42 , <barry...@gmail.com> <barry...@gmail.com> wrote:

> Hi:
> 
> I follow command found from here and want to del priate group but fail any 
> idea?
> It said line 5 attribute error , any synta xwrong?
> 
> ldapsearch -LLL -Y GSSAPI cn=barry
> 
>  ldapmodify -Y GSSAPI <<EOF
> dn: cn=barry,cn=groups,cn=accounts,dc=abc,dc=com
> changetype: modify
> delete: objectclass
> objectclass: mepManagedEntry
> delete: mepManagedBy
> dn: cn=barry,cn=groups,cn=accounts,dc=abcdc=com
> changetype: delete
> EOF
> 
> -- 
> Manage your subscription for the Freeipa-users mailing list:
> https://www.redhat.com/mailman/listinfo/freeipa-users
> Go To http://freeipa.org for more info on the project

You are missing a comma in :

> dn: cn=barry,cn=groups,cn=accounts,dc=abcdc=com
should be dn: cn=barry,cn=groups,cn=accounts,dc=abc,dc=com

-- 


Davis Goodman
Directeur Informatique  |  IT Manager

5605 Avenue de Gaspé, Suite 408  |  Montréal, QC H2T 2A4 
Tél: +1 (514) 360-3253 x104            Cell: +1 (514) 994-7360 

-- 
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go To http://freeipa.org for more info on the project

Reply via email to