Add hostnames from the host purpose field to the ssh_known_hosts file (by tomv_w)
[mirror/userdir-ldap.git] / userdir_ldap.py
index 4477232..3a43f4f 100644 (file)
@@ -43,6 +43,7 @@ TemplatesDir = ConfModule.templatesdir;
 PassDir = ConfModule.passdir;
 Ech_ErrorLog = ConfModule.ech_errorlog;
 Ech_MainLog = ConfModule.ech_mainlog;
+HostDomain = getattr(ConfModule, "hostdomain", EmailAppend)
 
 try:
    UseSSL = ConfModule.usessl;