mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 05:57:43 +00:00
fix audit init in vl and pr servers
Correct error introduced in commit 0dd7c980acda0756150f11992a0d2236f340e0c2 Change-Id: I929bb35a6a7070d637f1b332dae50cd182aaf9c5 Reviewed-on: http://gerrit.openafs.org/7447 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
40123db55e
commit
7b35b409a4
@ -466,7 +466,7 @@ main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* initialize audit user check */
|
/* initialize audit user check */
|
||||||
osi_audit_set_user_check(configDir, pr_IsLocalRealmMatch);
|
osi_audit_set_user_check(prdir, pr_IsLocalRealmMatch);
|
||||||
|
|
||||||
/* initialize ubik */
|
/* initialize ubik */
|
||||||
ubik_SetClientSecurityProcs(afsconf_ClientAuth, afsconf_UpToDate, prdir);
|
ubik_SetClientSecurityProcs(afsconf_ClientAuth, afsconf_UpToDate, prdir);
|
||||||
|
@ -344,7 +344,7 @@ main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* initialize audit user check */
|
/* initialize audit user check */
|
||||||
osi_audit_set_user_check(configDir, vldb_IsLocalRealmMatch);
|
osi_audit_set_user_check(tdir, vldb_IsLocalRealmMatch);
|
||||||
|
|
||||||
#ifdef AFS_NT40_ENV
|
#ifdef AFS_NT40_ENV
|
||||||
/* initialize winsock */
|
/* initialize winsock */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user