s4:ntlmssp Re-add gensec_ntlmssp wrapper to allow merge with source3/
[amitay/samba.git] / source4 / auth / ntlmssp / ntlmssp.c
index e55527a51df6318e185a27ccb9f8a74a3f8552e5..74fa62f629e9e85a2bd48adf2327e85053401823 100644 (file)
@@ -47,7 +47,7 @@ static const struct ntlmssp_callbacks {
        },{
                .role           = NTLMSSP_SERVER,
                .command        = NTLMSSP_NEGOTIATE,
-               .sync_fn        = ntlmssp_server_negotiate,
+               .sync_fn        = gensec_ntlmssp_server_negotiate,
        },{
                .role           = NTLMSSP_CLIENT,
                .command        = NTLMSSP_CHALLENGE,
@@ -55,7 +55,7 @@ static const struct ntlmssp_callbacks {
        },{
                .role           = NTLMSSP_SERVER,
                .command        = NTLMSSP_AUTH,
-               .sync_fn        = ntlmssp_server_auth,
+               .sync_fn        = gensec_ntlmssp_server_auth,
        }
 };