@!@
import os.path
schema = '/usr/share/univention-saml/schema/univention-saml.schema'
if configRegistry['ldap/server/type'] == 'master' and os.path.exists(schema):
    print('# SAML schema')
    print('include         %s' % schema)
@!@
