libsss_sudo
1.9.2
|
Component of a sss_rule structure. More...
#include <sss_sudo.h>
Data Fields | |
char * | name |
The attribute name. | |
char ** | values |
A string array that contains all the attribute values. | |
unsigned int | num_values |
The number of values the attribute contains. |
Component of a sss_rule structure.
The component has exactly one name and one or more values.
unsigned int sss_sudo_attr::num_values |
The number of values the attribute contains.
Attributes are multivalued in general.