mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Show password DB type
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
#!/usr/local/bin/perl
|
||||
|
||||
require './user-lib.pl';
|
||||
&ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1, 0,
|
||||
|
||||
# Show header with password DB type
|
||||
$pft = &passfiles_type();
|
||||
$pftmsg = &text('index_pft', $text{'index_pft'.$pft} || $pft);
|
||||
&ui_print_header($pftmsg, $text{'index_title'}, "", "intro", 1, 1, 0,
|
||||
&help_search_link("passwd group shadow gshadow", "man"));
|
||||
|
||||
$formno = 0;
|
||||
&ReadParse();
|
||||
@quarters = ( "width=25%", "width=25%", "width=25%", "width=25%" );
|
||||
|
@ -1,4 +1,13 @@
|
||||
index_title=Users and Groups
|
||||
index_pft=Database type: $1
|
||||
index_pft0=Old /etc/passwd
|
||||
index_pft1=BSD master.passwd
|
||||
index_pft2=Regular /etc/passwd & /etc/shadow
|
||||
index_pft3=User commands
|
||||
index_pft4=AIX
|
||||
index_pft5=SCO /etc/passwd & /etc/shadow
|
||||
index_pft6=MacOS NetINFO
|
||||
index_pft7=MacOS DSCL
|
||||
index_toomany=There are too many users on your system to display on one page.
|
||||
index_find=Find users whose
|
||||
index_userreal=Username or real name
|
||||
|
Reference in New Issue
Block a user