Remove CVS tags
This commit is contained in:
parent
b0f9fa8806
commit
95aedef718
@ -1,4 +1,3 @@
|
||||
# $Header$
|
||||
# This is a Test-File for characters / encoding
|
||||
# 1. Change the
|
||||
# ,dc=example,dc=com
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* An example of a hooks implementation.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Displays a form for adding an attribute/value to an LDAP entry.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* This page will allow the adding of additional ObjectClasses to an item.
|
||||
* + If the ObjectClass to be added requires additional MUST attributes to be
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Displays a form to allow the user to enter a new value to add
|
||||
* to the existing list of values for a multi-valued attribute.
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Main command page for phpLDAPadmin
|
||||
* All pages are rendered through this script.
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* This script alters the session variable 'tree', collapsing it
|
||||
* at the dn specified in the query string.
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* This script provides a convienent method to call the proper common.php
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Compares two DN entries side by side.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Compares two DN entries side by side.
|
||||
* This is the entry form to determine which DN to compare this DN with.
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Copies a given object to create a new one.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Copies a given object to create a new one.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Creates a new object in LDAP.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Creates a new object in LDAP.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Deletes a DN and presents a "job's done" message.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Deletes an attribute from an entry with NO confirmation.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Displays a last chance confirmation form to delete a DN.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Download a binary value attribute to the user.
|
||||
* A server ID, DN and Attribute must be provided in the GET attributes.
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Draw a portion of the LDAP tree.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Display a selection (popup window) to pick a DN.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* This script alters the session variable 'tree', expanding it
|
||||
* at the dn specified in the query string.
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Performs the export of data from the LDAP server
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Export entries from the LDAP server.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Imports an LDIF file to the specified LDAP server.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Displays a form to allow the user to upload and import
|
||||
* an LDIF file.
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* phpLDAPadmin Start Page
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
// $Header$
|
||||
function dnChooserPopup(form_element,rdn)
|
||||
{
|
||||
mywindow=open('entry_chooser.php','myname','resizable=no,width=600,height=370,scrollbars=1');
|
||||
|
@ -1,5 +1,3 @@
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* @package phpLDAPadmin
|
||||
* @author The phpLDAPadmin development team
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Log the user in.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Displays the login form for a server for users who specify 'cookie' or 'session' for their auth_type.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Log the user out of the application.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Displays a last chance confirmation form to delete a DN.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Displays a form to allow the user to modify group members.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Displays the information from the monitor context
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Check the password used by an entry.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Purge our session cache details
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Query render engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Recursively deletes the specified DN and all of its children
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* This script deletes the session variable 'tree', which will result in re-querying
|
||||
* the LDAP server to grab the contents of all LDAP entries starting from the base.
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Renames a DN to a different name.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Displays a form for renaming an LDAP entry.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Displays the schema for the specified server
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Fetches and displays all information that it can from the specified server
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* This script shows the contents of the cache for debugging purposes
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Template render engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Updates or deletes a value from a specified attribute for a specified dn.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Takes the results of clicking "Save" in template_engine.php and determines
|
||||
* which attributes need to be updated (ie, which ones actually changed). Then,
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* This script will display the contents of the jpegPhoto attribute to the browser.
|
||||
* A server ID and DN must be provided in the GET attributes.
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Show a simple welcome page.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the LDAP tree.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Allows to create new attributes
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the LDAP tree.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* @author The phpLDAPadmin development team
|
||||
* @package phpLDAPadmin
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the query engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* @author The phpLDAPadmin development team
|
||||
* @package phpLDAPadmin
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* This class will render the creation or editing of an LDAP entry.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the LDAP tree.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the LDAP tree.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engines.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* The Cipher_blowfish:: class implements the Cipher interface enryption data
|
||||
* using the Blowfish algorithm.
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Contains code to be executed at the top of each application page.
|
||||
* include this file at the top of every PHP file.
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Configuration processing and defaults.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for communication of Data Stores
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for communication of Data Stores
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for communication of Data Stores
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/*******************************************************************************
|
||||
* @package default
|
||||
* emuhash - partly emulates the php mhash functions
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for export data from LDAP
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* A collection of common generic functions used throughout the application.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Functions related to hooks management.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for importing data to LDAP
|
||||
*
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $Header$
|
||||
|
||||
# If you find some reliable and more meaningful descriptions to this OIDS,
|
||||
# then please let the phpldapadmin development know so that this file can be
|
||||
# more descriptive.
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Page Rendering Functions
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for searching the LDAP server
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for fetching and parsing schema from an LDAP server.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* A collection of functions to handle sessions.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Functions related to syslog logging.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for manipulating XML templates.
|
||||
*
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Classes and functions for XML based templates.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user