Zikula_System_Modules
[ class tree: Zikula_System_Modules ] [ index: Zikula_System_Modules ] [ all elements ]

Procedural File: pnadmin.php

Source Location: /modules/AuthLDAP/pnadmin.php



Page Details:

Zikula Application Framework



Tags:

version:  $Id: pnadmin.php 24342 2008-06-06 12:03:14Z markwest $
copyright:  (c) 2002, Zikula Development Team
link:  http://www.zikula.org
filesource:  Source Code for this file
license:  GNU/GPL








AuthLDAP_admin_main [line 25]

string AuthLDAP_admin_main( )

The main administration function

This function is the default function, and is called whenever the module is initiated without defining arguments. As such it can be used for a number of things, but most commonly it either just shows the module menu and returns or calls whatever the module designer feels should be the default function (often this is the view() function)




Tags:

return:  HTML ouptput
author:  Mike Goldfinger <MikeGoldfinger@linuxmail.org>
link:  http://authldap.ch.vu


[ Top ]



AuthLDAP_admin_modifyconfig [line 47]

string AuthLDAP_admin_modifyconfig( )

This is a standard function to modify the configuration parameters of the

module




Tags:

return:  HTML ouptput
author:  Mike Goldfinger <MikeGoldfinger@linuxmail.org>
link:  http://authldap.ch.vu
todo:  change group list to dropdown


[ Top ]



AuthLDAP_admin_updateconfig [line 78]

bool AuthLDAP_admin_updateconfig( 'authldap_pnldap' 0, 'authldap_serveradr' 1, 'basedn' 2, 'authldap_bindas' 3, 'authldap_bindpass' 4, 'authldap_searchdn' 5, 'authldap_searchattr' 6)

This is a standard function that is called with the results of the

form supplied by template_admin_new() to create a new item




Tags:

return:  true if item created, false otherwise
author:  Mike Goldfinger <MikeGoldfinger@linuxmail.org>
link:  http://authldap.ch.vu


Parameters

'authldap_pnldap'   0   the authentication type
'authldap_serveradr'   1   the ip address of the ldap server
'basedn'   2   base container in directory
'authldap_bindas'   3   user to bind to directory as if required
'authldap_bindpass'   4   password of user to bind as
'authldap_searchdn'   5   search container
'authldap_searchattr'   6   search the User using tis Attribute
[ Top ]



Documentation generated on Fri, 18 Jul 2008 21:50:28 +0200 by phpDocumentor 1.4.1