inetOrgPerson currently needs posixAccount for uid/cn

This commit is contained in:
Roland Gruber 2005-06-17 09:47:40 +00:00
parent de7b1d52c3
commit 1a6647b9c9
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class inetOrgPerson extends baseModule {
// RDN attribute // RDN attribute
$return["RDN"] = array("cn" => "low"); $return["RDN"] = array("cn" => "low");
// module dependencies // module dependencies
$return['dependencies'] = array('depends' => array(), 'conflicts' => array()); $return['dependencies'] = array('depends' => array('posixAccount'), 'conflicts' => array()); // TODO make inetOrgPerson independent
// profile elements // profile elements
$return['profile_options'] = array( $return['profile_options'] = array(
array( array(