Skip to content

Commit dfe1d3d

Browse files
committed
docs: Link custom authentication examples in admin guide
1 parent 67e2104 commit dfe1d3d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

doc/admin_guide.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ Roundup holds its own user database which primarily contains a username,
138138
password and email address for the user. Roundup *must* have its own user
139139
listing, in order to maintain internal consistency of its data. It is a
140140
relatively simple exercise to update this listing on a regular basis, or on
141-
demand, so that it matches an external listing (eg. unix passwd file, LDAP,
142-
etc.)
141+
demand, so that it matches an external listing (eg.
142+
:ref:`unix passwd file<external-authentication>`,
143+
`LDAP <http://www.roundup-tracker.org/cgi-bin/moin.cgi/LDAPLogin>`_, etc.)
143144

144145
Roundup identifies users in a number of ways:
145146

doc/customizing.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3780,6 +3780,8 @@ or "Developer" Role, and then the new class you're adding is available to
37803780
all with the "User" Role.
37813781

37823782

3783+
.. _external-authentication:
3784+
37833785
Using External User Databases
37843786
-----------------------------
37853787

0 commit comments

Comments
 (0)