diff --git a/lam/help/help.inc b/lam/help/help.inc index 5366a6e4..2416b345 100644 --- a/lam/help/help.inc +++ b/lam/help/help.inc @@ -113,7 +113,9 @@ $helpArray = array ( "Text" => _("Please enter the master configuration password. This is NOT your LDAP password. It is stored in your config.cfg file. If this is the first time you log in, enter \"lam\".")), // 300 - 399 // Roland Gruber - // profile editor + // profile editor, file upload + "301" => array ("ext" => "FALSE", "Headline" => _("RDN identifier"), + "Text" => _("This is the identifier for the relative DN value. It must be one of the given allowed LDAP attributes (e.g. user accounts usually use \"uid\" while groups use \"cn\").")), "360" => array ("ext" => "FALSE", "Headline" => _("Profile name"), "Text" => _("Name under which the profile will be saved. If a profile with the same name exists, it will be overwritten.")), "361" => array ("ext" => "FALSE", "Headline" => _("DN Suffix"), diff --git a/lam/templates/masscreate.php b/lam/templates/masscreate.php index f8e130f2..1e9ab829 100644 --- a/lam/templates/masscreate.php +++ b/lam/templates/masscreate.php @@ -131,7 +131,7 @@ function showMainPage($scope) { echo "
  • " . _("Identifier") . ": " . "dn_suffix
  • \n"; echo "
  • " . _("Example value") . ": " . "ou=accounts,dc=yourdomain,dc=org
  • \n"; echo "
  • \n"; - echo "" . _("Help") . "\n"; + echo "" . _("Help") . "\n"; echo "
  • \n"; echo "\n"; echo "\n"; @@ -140,9 +140,10 @@ function showMainPage($scope) { echo "
    \n"; echo "\n"; echo "\n";