Layer: services

Module: oident

Interfaces Templates

Description:

Oident daemon is a server that implements the TCP/IP standard IDENT user identification protocol as specified in the RFC 1413 document.


Interfaces:

oident_read_all_user_content( domain )
Summary

Allow the specified domain to read Oidentd personal configuration files.

Parameters
Parameter:Description:
domain

Domain allowed access.

Return

Templates:

oident_per_role_template( userdomain_prefix , user_domain , user_role )
Summary

The per role template for the Oidentd module.

Description

This template creates derived domains which are used for Oident daemon.

This template is invoked automatically for each user, and generally does not need to be invoked directly by policy writers.

Parameters
Parameter:Description:
userdomain_prefix

The prefix of the user domain (e.g., user is the prefix for user_t).

user_domain

The type of the user domain.

user_role

The role associated with the user domain.

Return