util/sasl_cyrus.lua
changeset 5776 bd0ff8ae98a8
parent 5000 58c9519dc461
child 6780 5de6b93d0190
--- a/util/sasl_cyrus.lua	Fri Aug 09 16:03:48 2013 +0200
+++ b/util/sasl_cyrus.lua	Fri Aug 09 17:48:21 2013 +0200
@@ -78,10 +78,10 @@
 end
 
 -- create a new SASL object which can be used to authenticate clients
--- host_fqdn may be nil in which case gethostname() gives the value. 
+-- host_fqdn may be nil in which case gethostname() gives the value.
 --      For GSSAPI, this determines the hostname in the service ticket (after
 --      reverse DNS canonicalization, only if [libdefaults] rdns = true which
---      is the default).  
+--      is the default).
 function new(realm, service_name, app_name, host_fqdn)
 
 	init(app_name or service_name);