]> source.dussan.org Git - nextcloud-server.git/commitdiff
LDAP: update link to online documentation
authorArthur Schiwon <blizzz@owncloud.com>
Wed, 30 Jan 2013 12:48:59 +0000 (13:48 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Wed, 30 Jan 2013 12:48:59 +0000 (13:48 +0100)
apps/user_ldap/templates/settings.php

index e7b9e18dbe06e2f03da2facfc1dd690ba3054bc2..ad8e58e1c2d953ddbd0fef9a7ca0473323852ab7 100644 (file)
@@ -46,7 +46,7 @@
                <p><label for="ldap_cache_ttl">Cache Time-To-Live</label><input type="number" id="ldap_cache_ttl" name="ldap_cache_ttl" value="<?php echo $_['ldap_cache_ttl']; ?>" title="<?php echo $l->t('in seconds. A change empties the cache.');?>" data-default="<?php echo $_['ldap_cache_ttl_default']; ?>" /></p>
                <p><label for="home_folder_naming_rule">User Home Folder Naming Rule</label><input type="text" id="home_folder_naming_rule" name="home_folder_naming_rule" value="<?php echo $_['home_folder_naming_rule']; ?>" title="<?php echo $l->t('Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute.');?>" data-default="<?php echo $_['home_folder_naming_rule_default']; ?>" /></p>
        </fieldset>
-       <input id="ldap_submit" type="submit" value="Save" /> <button id="ldap_action_test_connection" name="ldap_action_test_connection">Test Configuration</button> <a href="http://owncloud.org/support/ldap-backend/" target="_blank"><img src="<?php echo OCP\Util::imagePath('', 'actions/info.png'); ?>" style="height:1.75ex" /> <?php echo $l->t('Help');?></a>
+       <input id="ldap_submit" type="submit" value="Save" /> <button id="ldap_action_test_connection" name="ldap_action_test_connection">Test Configuration</button> <a href="http://doc.owncloud.org/server/5.0/admin_manual/auth_ldap.html" target="_blank"><img src="<?php echo OCP\Util::imagePath('', 'actions/info.png'); ?>" style="height:1.75ex" /> <?php echo $l->t('Help');?></a>
        </div>
 
 </form>