!C99Shell v. 1.0 pre-release build #16!

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/libexec/webmin/samba/   drwxr-xr-x
Free 5.3 GB of 27.03 GB (19.59%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     conf_bind.cgi (1.56 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# conf_bind.cgi
# Display winbind-related options

require './samba-lib.pl';

# check acls

&error_setup("$text{'eacl_aviol'}ask_epass.cgi");
&error("$text{'eacl_np'} $text{'eacl_pcm'}") unless $access{'conf_bind'};

&ui_print_header(undef, $text{'bind_title'}, "");

&get_share("global");

print &ui_form_start("save_bind.cgi", "post");
print &ui_table_start($text{'bind_title'}, undef, 2);

print &ui_table_row($text{'bind_local'},
    &yesno_input("winbind enable local accounts", "local"));

print &ui_table_row($text{'bind_trust'},
    &yesno_input("winbind trusted domains only", "trust"));

print &ui_table_row($text{'bind_users'},
    &yesno_input("winbind enum users", "users"));

print &ui_table_row($text{'bind_groups'},
    &yesno_input("winbind enum groups", "groups"));

print &ui_table_row($text{'bind_defaultdomain'},
    &yesno_input("winbind use default domain", "defaultdomain"));

print &ui_table_row($text{'bind_realm'},
    &ui_textbox("realm", &getval("realm"), 20));

print &ui_table_row($text{'bind_cache'},
    &ui_textbox("cache", &getval("winbind cache time"), 20));

print &ui_table_row($text{'bind_uid'},
    &ui_textbox("uid", &getval("idmap uid"), 20));

print &ui_table_row($text{'bind_gid'},
    &ui_textbox("gid", &getval("idmap gid"), 20));

$backend = &getval("idmap backend");
print &ui_table_row($text{'bind_backend'},
    &ui_radio("backend_def", $backend ? 0 : 1,
          [ [ 1, $text{'default'} ],
            [ 0, &ui_textbox("backend", $backend, 50) ] ]));

print &ui_table_end();
print &ui_form_end([ [ undef, $text{'save'} ] ]);

&ui_print_footer("", $text{'index_sharelist'});



:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.003 ]--