Scriptname
|
Group
|
Description
|
simple_ldap_add.pl
|
Admin
|
Provides a form for adding LDAP User Data. Inserts the new
user into the LDAP Server after some checks.
|
simple_ldap_base.pl
|
|
Contains global variables and functions for all scripts.
Gets 'required' by the other Perl scripts and needs to be customized.
|
simple_ldap_chgpwd.pl
|
End-User
|
Provides a form for the End-User to change their own
password after authenticating against the LDAP with their current
password.
|
simple_ldap_delete.pl
|
Admin |
Asks the Admin if he really wants to delete a user from the
LDAP after he has selected the user in the simple_ldap_query2.pl script.
|
simple_ldap_modify.pl
|
Admin |
Provides a form for modifying the current user attibutes.
|
simple_ldap_physdel.pl
|
Admin |
Physically deletes the selected user from the LDAP, after
the admin has confirmed the simple_ldap_delete.pl script output.
|
simple_ldap_physmod.pl
|
Admin |
Physically modifies the user attributes in the LDAP which
were changed in the form provided by simple_ldap_modify.pl. |
simple_ldap_query2.pl
|
Admin |
The actual YASLI Startpage. Presents a form where the admin
can enter an User-ID he wants to search the LDAP for. The resulting
List contains action-Buttons for every hit.
|