pam_realm — control your realms (?)

 pam_realm
 o download

 навигация
 o обратно

SUMMARY

Checks the user name against being of form user@realm, where realm is supplied as an argument. In case the check succeeds, this @realm part is stripped, and the control is passed to the following module.

CURRENT VERSION

Current version — 0.2, released on 7th of November, 2002

OPTIONS

debug
does not do anytning at the moment
realm=realm
specify the realm to check against
allowbare
also allows the user name to be of form just user without any @realm
nostrip
in certain cases, it may be of use to just check if the user name is of proper form

EXAMPLE

    auth    requisite   pam_realm.so    realm=mail.example.com
    auth    require     pam_unix.so

BUGS

Huh?

AUTHOR

Mikhail Sobolev, <mss@mawhrin.net>

COPYRIGHT

Copyright © 2002, Mikhail Sobolev

You may use, modify and redistribute this program according to the terms and conditions of GPL v2

CREDITS

Thanks to Dima Barsky, who helped to understand that writing such a module is a bit easier than understanding what's happening inside SASL2 library.

REVISION

$Id: README,v 1.3 2002/11/07 15:10:27 mss Exp $