1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #203 from dinoocch/ldap-docs

Add LDAP Authentication Documentation
This commit is contained in:
Jeremy Stretch
2016-07-08 16:08:07 -04:00
committed by GitHub
2 changed files with 124 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
<a href="{% url 'docs' path='circuits' %}" class="list-group-item{% if path == 'circuits' %} active{% endif %}">Circuits</a>
<a href="{% url 'docs' path='secrets' %}" class="list-group-item{% if path == 'secrets' %} active{% endif %}">Secrets</a>
<a href="{% url 'docs' path='extras' %}" class="list-group-item{% if path == 'extras' %} active{% endif %}">Extras</a>
<a href="{% url 'docs' path='ldap' %}" class="list-group-item{% if path == 'ldap' %} active{% endif %}">LDAP</a>
</div>
</div>
</div>