-
Notifications
You must be signed in to change notification settings - Fork 231
Support for certfp migration in 2json scripts #1864
Copy link
Copy link
Closed
Milestone
Description
Hi,
amongst the data migrated in the anope2json and atheme2json scripts (which have come very handy in the past!) are NickServ passwords. Since some users utilize certfp for authentication however, it would be great if the associated fingerprints were included in the migration.
Here is a sample snippet from an Anope database:
OBJECT NickCore
ID 172
DATA display foo
DATA pass sha1:xxxxxxxxxxxxxx
DATA email foo@example.com
DATA language
DATA access foo@*.example.com
DATA memomax 20
DATA MEMO_SIGNON 1
DATA MEMO_RECEIVE 1
DATA cert UzScAKbIfiAlkBhpcnNPhpZiH7ZXt4C7RHOwpsfQHFmCNkwaBFWbEWUnUDtnW57x
DATA HIDE_EMAIL 1
DATA HIDE_MASK 1
DATA NS_PRIVATE 1
DATA AUTOOP 1
DATA NS_SECURE 1
END
Unfortunately I do not have an Atheme one handy.
Thanks for considering.
Reactions are currently unavailable