Custom authentication methods (ldap)
There should be a way to do something like this:
box.schema.user.create('U2', {password = 'P2', auth_method='method1'}}
So that a user could use a custom authentication mechanism on his choice in IPROTO_AUTH
packet.
See related: