Author: chandra
Date: 2008-09-25 08:19:00 +0200 (Thu, 25 Sep 2008)
New Revision: 1423

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/scripts/smb_login.nasl
Log:
Updated the SMB KB items to SMB/login_filled/0, reflecting the KB items as in 
smb_authorization.nasl. Withouth which, Windows authenticated scripts failed to 
launch

Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog     2008-09-24 19:14:03 UTC (rev 1422)
+++ trunk/openvas-plugins/ChangeLog     2008-09-25 06:19:00 UTC (rev 1423)
@@ -1,3 +1,8 @@
+2008-08-25 Chandrashekhar B <[EMAIL PROTECTED]>
+       * scripts/smb_logins.nasl:
+         Updated the KB items names to reflect that
+         of smb_authorization.nasl
+
 2008-09-24  Thomas Reinke <[EMAIL PROTECTED]>
    
        * Removed legacy gentoo scripts that were no longer

Modified: trunk/openvas-plugins/scripts/smb_login.nasl
===================================================================
--- trunk/openvas-plugins/scripts/smb_login.nasl        2008-09-24 19:14:03 UTC 
(rev 1422)
+++ trunk/openvas-plugins/scripts/smb_login.nasl        2008-09-25 06:19:00 UTC 
(rev 1423)
@@ -61,9 +61,9 @@
         exit(0);
  }
 
- login =  string(get_kb_item("SMB/login_filled"));
- password = string(get_kb_item("SMB/password_filled"));
- user_domain = string(get_kb_item("SMB/domain_filled"));
+ login =  string(get_kb_item("SMB/login_filled/0"));
+ password = string(get_kb_item("SMB/password_filled/0"));
+ user_domain = string(get_kb_item("SMB/domain_filled/0"));
 
  if(!strlen(login)){
        login ="";

_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits

Reply via email to