NAME

cipux_bot_logon_ldap - Version 3.2.11-1 2006-08-08 CipUX


SYNOPSIS

        cipux_bot_logon_ldap


ABSTRACT

The script logon_ldap_bot.pl parses the LDAP server for ou=user,uid=* and ou=course,uid=* and builds for every user (in ou=user) a DOS logon script for windoof 98 or windoof NT based on the users group membership in ou=course. The logon script uses the command 'net use' to map DOS network drives. On top of that it also includes the mapping of the default application share and the so called home drive. This script should be executed by crond every 10 minutes.

Default values: for every user

CipUX 1.x:

        N: default application share ('cipan')
        H: home drive
        O-Z: group ('course') drives

CipUX 2.x:

        I: default application share ('cipan')
        H: home drive
        K-Z: group ('course') drives

Default values: for cipadmin

        I or N:     default application share ('cipan')
        J:          source applicatin share ('sources')
        H:          home drive
        K-Z or O-Z: group ('course') drives

CipUX 3.x.x A-G: ``free'' H : home drive I : cipan = cippool application share J : source application share K-Z: group, courses drives

Which default is used, you can see this by your cipan drive mapping. Or from the config files.

A user XYZ will become a 'xyz.bat' network logon script.


REQUIREMENTS

        CipUX::CiBot


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