mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
ITS#7481 fix nssov-pam-session config
This commit is contained in:
parent
5e1dbc48ab
commit
88fad0dd41
1 changed files with 2 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ static ConfigTable nsscfg[] = {
|
|||
"DESC 'Default template login name' "
|
||||
"EQUALITY caseIgnoreMatch "
|
||||
"SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
|
||||
{ "nssov-pam-session", "service", 2, 2, 0, ARG_MAGIC|ARG_BERVAL|NSS_PAMSESS,
|
||||
{ "nssov-pam-session", "service", 2, 2, 0, ARG_MAGIC|NSS_PAMSESS,
|
||||
nss_cf_gen, "(OLcfgCtAt:3.11 NAME 'olcNssPamSession' "
|
||||
"DESC 'Services for which sessions will be recorded' "
|
||||
"EQUALITY caseIgnoreMatch "
|
||||
|
|
@ -694,6 +694,7 @@ nss_cf_gen(ConfigArgs *c)
|
|||
ch_free( c->value_dn.bv_val );
|
||||
break;
|
||||
case NSS_PAMSESS:
|
||||
ber_str2bv( c->argv[1], 0, 1, &c->value_bv );
|
||||
ber_bvarray_add( &ni->ni_pam_sessions, &c->value_bv );
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue