-mydir=plugins$(S)policy$(S)test
+mydir=plugins$(S)kdcpolicy$(S)test
BUILDTOP=$(REL)..$(S)..$(S)..
-LIBBASE=policy_test
+LIBBASE=kdcpolicy_test
LIBMAJOR=0
LIBMINOR=0
RELDIR=../plugins/kdcpolicy/test
testpreauth = os.path.join(buildtop, 'plugins', 'preauth', 'test', 'test.so')
testpolicy = os.path.join(buildtop, 'plugins', 'kdcpolicy', 'test',
- 'policy_test.so')
+ 'kdcpolicy_test.so')
krb5_conf = {'plugins': {'kdcpreauth': {'module': 'test:' + testpreauth},
'clpreauth': {'module': 'test:' + testpreauth},
'kdcpolicy': {'module': 'test:' + testpolicy}}}