Procedural File: schemaTest.php
Source Location: /templates/tests/schemaTest.php
  
 
 
Page Details:
Tests the lamdaemon script.
 
 
  
Tags:
  
Includes:
include_once("../../lib/security.inc") [line 32] 
security functions
  include_once("../../lib/config.inc") [line 34] 
access to configuration options
  include_once("../../lib/schema.inc") [line 38] 
LDAP schema
  include_once("../../lib/modules.inc") [line 36] 
account modules
 
  
  
  
 
   
	
	checkSchemaForModule [line 109]
	
    
    
		String checkSchemaForModule(
String $name, String $type)
     |   
     |  
 
		Checks if the object classes and attributes for this module are available.
 Tags:
    
	
    		Parameters
    
		      
        | String   | 
        $name   | 
        module name | 
       
		      
        | String   | 
        $type   | 
        type (user, group, ...) | 
       
				 
    	
	 
   
	
	getRecursiveAttributesFromObjectClass [line 145]
	
    
    
		array getRecursiveAttributesFromObjectClass(
ObjectClass $oClass)
     |   
     |  
 
		Returns the names of all attributes which are managed by the given object class and its parents.
 Tags:
    
	
    		Parameters
    
    	
	 
        
       |