Hey everyone,
I upgraded a FreeBSD box to 13.0 and OpenXPKI 3.1.4 and now I'm getting a
strange error.
The system fails to start because of an error with the handler to System,
but I don't even have System in my handler.yalm

Error:

2021/09/29 09:47:52 openxpki.system.ERROR No type given for authentication
handler System [pid=63402|]
2021/09/29 09:47:52 openxpki.system.FATAL Exception during initialization
task 'authentication': No type given for authentication handler System
[pid=63402|]
2021/09/29 09:47:52 openxpki.system.FATAL Exception during server
initialization: No type given for authentication handler System (No type
given for authentication handler System) [pid=63402|]

Handler:

╰─○ cat /ucat /usr/local/etc/openxpki/config.d/realm/dzsec/auth/handler.yaml
dzop:
    type: Password
    label: Operator Password
    description: I18N_OPENXPKI_CONFIG_AUTH_HANDLER_DESCRIPTION_PASSWORD
    # The passwords can be generated with "openxpkiadm hashpwd"
    role: RA Operator
    user:
        dzsecop: "{ssha}MaUPTo+MBwL9kn8C1NJoqUxt0VpnT1ZV"
    realm: dzsec


dzlogin:
   type: Connector
   label: AD Login DZ Sec
   description: I18N_OPENXPKI_CONFIG_AUTH_HANDLER_DESCRIPTION_PASSWORD
   role: User
   source@: connector:auth.connector.dz-ad
   realm: dzsec

dzadmin:
   type: Connector
   label: AD Login DZ Sec Admins
   description: I18N_OPENXPKI_CONFIG_AUTH_HANDLER_DESCRIPTION_PASSWORD
   role: CA Operator
   source@: connector:auth.connector.dz-admin
   realm: dzsec

dzra:
   type: Connector
   label: AD Login DZ Sec Admins
   description: I18N_OPENXPKI_CONFIG_AUTH_HANDLER_DESCRIPTION_PASSWORD
   role: RA Operator
   source@: connector:auth.connector.dzra
   realm: dzsec
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to