Cyrus SASL 2.1.17 and realms
    dimon at intellinetinc.com 
    dimon at intellinetinc.com
       
    Mon Jan 19 18:15:10 EST 2004
    
    
  
Quoting Igor Brezac <igor at ipass.net>:
> This may help:
> http://asg.web.cmu.edu/archive/message.php?mailbox=archive.cyrus-
sasl&searchterm=patch&msg=4669
Thank you very mach, I already did the same thing :-)
I'm not sure if it's correct (I'm not C programmer), but I just added this:
    /* END VARIABLES */
+    if (strlen(realm) > 0) {
+        strcat(login, "@");
+        strcat(login, realm);
+    }
    my_appdata.login = login;
For some reason just "if (realm) {" didn't work for me.
Thank you again,
Dmitry
    
    
More information about the Info-cyrus
mailing list