PhpDoc fixes
This commit is contained in:
		
							parent
							
								
									bb5380c102
								
							
						
					
					
						commit
						02da6e5ab5
					
				|  | @ -161,13 +161,16 @@ class account extends baseModule { | ||||||
| 		return "enabled"; | 		return "enabled"; | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	/* This function returns an array with 4 entries: | 	/** | ||||||
| 	* array( DN1 ('add' => array($attr), 'remove' => array($attr), 'modify' => array($attr), 'lamdaemon' => array(cmds)), DN2 .... ) | 	* Returns a list of modifications which have to be made to the LDAP account. | ||||||
| 	* DN is the DN to change. It may be possible to change several DNs, | 	* | ||||||
| 	* e.g. create a new user and add him to some groups via attribute memberUid | 	* @return array list of modifications | ||||||
| 	* add are attributes which have to be added to ldap entry | 	* <br>This function returns an array with 3 entries: | ||||||
| 	* remove are attributes which have to be removed from ldap entry | 	* <br>array( DN1 ('add' => array($attr), 'remove' => array($attr), 'modify' => array($attr)), DN2 .... ) | ||||||
| 	* lamdaemon are lamdaemon commands to modify homedir, quotas, ... | 	* <br>DN is the DN to change. It may be possible to change several DNs (e.g. create a new user and add him to some groups via attribute memberUid) | ||||||
|  | 	* <br>"add" are attributes which have to be added to LDAP entry | ||||||
|  | 	* <br>"remove" are attributes which have to be removed from LDAP entry | ||||||
|  | 	* <br>"modify" are attributes which have to been modified in LDAP entry | ||||||
| 	*/ | 	*/ | ||||||
| 	function save_attributes() { | 	function save_attributes() { | ||||||
| 		// skip saving if account is based on another structural object class
 | 		// skip saving if account is based on another structural object class
 | ||||||
|  | @ -200,9 +203,8 @@ class account extends baseModule { | ||||||
| 		return $errors; | 		return $errors; | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	/* This function will create the html-page | 	/** | ||||||
| 	* to show a page with all attributes. | 	* This function will create the meta HTML code to show a page with all attributes. | ||||||
| 	* It will output a complete html-table |  | ||||||
| 	*/ | 	*/ | ||||||
| 	function display_html_attributes() { | 	function display_html_attributes() { | ||||||
| 		// user name if no posixAccount
 | 		// user name if no posixAccount
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue