Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
482 views
in Technique[技术] by (71.8m points)

authentication - ejabberd 20.12 SASL SCRAM modification

I used to modify the ejabberd 17.x scram sasl in step 2 and step 4 in file cyrsasl_scam.erl.. and now with the new version of ejabberd the related file(s) has been moved to xmpp dependencies.

So my question is how do i modify the Step 2 and Step 4 in SCRAM authentication process ?

Thanks.

question from:https://stackoverflow.com/questions/65880467/ejabberd-20-12-sasl-scram-modification

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Yes, basically, the code from src/cyrsasl_scram.erl was moved to the file deps/xmpp/src/xmpp_sasl_scram.erl

So, apply your customizations in that file, then recompile everything (it will recompile only the changed files) with

./rebar compile

and then reinstall again ejabberd and the dependencies

make install

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...