-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add documentation to .pod for mappings option
- Loading branch information
1 parent
7a91a93
commit df76115
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -277,6 +277,19 @@ want to use I<minimum_uid> instead. | |
|
||
This option can be set in F<krb5.conf>. | ||
|
||
=item mappings=regex1 regex2 [...] | ||
|
||
[2.0] Specifies that pam_krb5 should derive the user's principal name | ||
from the Unix user name by first checking if the user name matches | ||
C<regex1>, and formulating a principal name using C<regex2>. For | ||
example, "B<mappings = ^EXAMPLE\\(.*)$ [email protected]>" would map any | ||
user with a name of the form "EXAMPLE\whatever" to a principal name of | ||
"[email protected]". This is primarily targeted at allowing pam_krb5 | ||
to be used to authenticate users whose user information is provided by | ||
F<winbindd>(8). This will frequently require the reverse to be | ||
configured by setting up an auth_to_local rule elsewhere in | ||
F<krb5.conf>(5). | ||
|
||
=item minimum_uid=<uid> | ||
|
||
[2.0] Do not do anything if the authenticated account name corresponds to | ||
|