[LDAPsh-cvs] ldapsh ldapsh,1.45,1.46
Status: Beta
Brought to you by:
rcorvalan
From: <j-d...@us...> - 2004-02-09 08:30:46
|
Update of /cvsroot/ldapsh/ldapsh In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10661 Modified Files: ldapsh Log Message: * Extra documentation for 'rename'. Index: ldapsh =================================================================== RCS file: /cvsroot/ldapsh/ldapsh/ldapsh,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** ldapsh 9 Feb 2004 08:09:54 -0000 1.45 --- ldapsh 9 Feb 2004 08:27:34 -0000 1.46 *************** *** 2428,2431 **** --- 2428,2436 ---- (see L<Expansion|"Expansion of LDAP DNs and Filters">), with the addition that C<*> corresponds to the filter C<(objectclass=*)>. + C<to> needs to be a valid RDN or DN, depending on whether you are changing an + RDN or moving an entry to a new location. For example: + + rename "cn=Old CN", "cn=New CN" + rename "cn=New CN", "ou=New OU, $CWD" If your directory server does not allow subtrees to be moved, you may have to |