Improve the documentation of auth_use_nsswitch().

This commit is contained in:
Chris PeBenito 2010-03-03 10:37:37 -05:00
parent 0bbb165448
commit d24a7df15c
1 changed files with 11 additions and 1 deletions

View File

@ -1368,13 +1368,23 @@ interface(`auth_manage_login_records',`
########################################
## <summary>
## Use nsswitch to look up uid-username mappings.
## Use nsswitch to look up user, password, group, or
## host information.
## </summary>
## <desc>
## <p>
## Allow the specified domain to look up user, password,
## group, or host information using the name service.
## The most common use of this interface is for services
## that do host name resolution (usually DNS resolution).
## </p>
## </desc>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <infoflow type="both" weight="10"/>
#
interface(`auth_use_nsswitch',`