NAME

cipux_change - Version 3.2.11-1 2005-11-20 CipUX


SYNOPSIS

        cipux_change [OPTIONS]
        Options: (one nessessary)
        (01)  -u <RDN> -e <RDN>     :changes a user node dn
        (02)  -c <RDN> -e <RDN>     :changes a course node dn
        (03)  -m <RDN> -e <RDN>     :changes a machine node dn
        (04)  -r <RDN> -e <RDN>     :changes a room node dn
        (05)  -t <RDN> -e <RDN>     :changes a hardware type node dn
        (06)  -i <RDN> -e <RDN>     :changes a image node dn
        (07)  -s <RDN> -e <RDN>     :changes a image slot node dn
        (08)  -y <RDN> -e <RDN>     :changes a admin node dn
        (09)  -x <RDN> -e <RDN>     :changes a configuration node dn
        Other options:
        (10)  -h            :get help message


ABSTRACT

This script changes a CipUX node dn (LDAP entry) from the server. Possible nodes are:

  User (-u),
  Course (-c),
  Machine (-m),
  Room (-r),
  Hardware Type (-t),
  Image (-i),
  Image Slot (-s),
  Admin (-y) or
  Configuration (-x)


REQUIREMENTS

  CipUX::CiBot
  ldapmodrdn
  Getopt::Std


FUNCTIONS

usage

Prints usage message.


SEE ALSO

See the CipUX webpage and the manual at http://www.cipux.org See the mailing list http://www.cipux.org/mailman/listinfo/


AUTHOR

Christian Kuelker <christian.kuelker@cipworx.org>


COPYRIGHT AND LICENSE

Copyright (C) 1999-2005 by Christian Kuelker

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA