2008/10/2 Ralph Angenendt ra+centos@br-online.de:
Sergio Belkin wrote:
Hi,
I want to fix several entries of mail attribute mail that have an error something like this:
*john@domain.com *joe@domain.com *mary@domain.com
and so on.
I want to to change them to:
john@domain.com joe@domain.com mary@domain.com
How can I perform it in one (or at least few) steps?
Write a correct ldif file and use ldapmodify to make modifcations. See the ldapmodify manual page for examples on how to use that.
Cheers,
Ralph
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Thanks, I know about ldapmodify, but I wonder if someone knows other way yo do that,