Improve the documentation of nis_use_ypbind().
This commit is contained in:
parent
4cb24aed7b
commit
0bbb165448
@ -68,11 +68,23 @@ interface(`nis_use_ypbind_uncond',`
|
|||||||
## <summary>
|
## <summary>
|
||||||
## Use the ypbind service to access NIS services.
|
## Use the ypbind service to access NIS services.
|
||||||
## </summary>
|
## </summary>
|
||||||
|
## <desc>
|
||||||
|
## <p>
|
||||||
|
## Allow the specified domain to use the ypbind service
|
||||||
|
## to access Network Information Service (NIS) services.
|
||||||
|
## Information that can be retreived from NIS includes
|
||||||
|
## usernames, passwords, home directories, and groups.
|
||||||
|
## If the network is configured to have a single sign-on
|
||||||
|
## using NIS, it is likely that any program that does
|
||||||
|
## authentication will need this access.
|
||||||
|
## </p>
|
||||||
|
## </desc>
|
||||||
## <param name="domain">
|
## <param name="domain">
|
||||||
## <summary>
|
## <summary>
|
||||||
## The type of the process performing this action.
|
## Domain allowed access.
|
||||||
## </summary>
|
## </summary>
|
||||||
## </param>
|
## </param>
|
||||||
|
## <infoflow type="both" weight="10"/>
|
||||||
## <rolecap/>
|
## <rolecap/>
|
||||||
#
|
#
|
||||||
interface(`nis_use_ypbind',`
|
interface(`nis_use_ypbind',`
|
||||||
|
Loading…
Reference in New Issue
Block a user