963 |
+#!/usr/bin/perl -w |
+#!/usr/bin/perl -w |
964 |
+ |
+ |
965 |
+#---------------------------------------------------------------------- |
+#---------------------------------------------------------------------- |
966 |
+# $Id: useraccounts.pm,v 1.108 2004/11/11 20:05:56 charlieb Exp $ |
+# $Id: smeserver-manager-add-basic-files.patch,v 1.1 2019/12/15 22:14:17 jcrisp Exp $ |
967 |
+#---------------------------------------------------------------------- |
+#---------------------------------------------------------------------- |
968 |
+# copyright (C) 1999-2006 Mitel Networks Corporation |
+# copyright (C) 1999-2006 Mitel Networks Corporation |
969 |
+# |
+# |
1030 |
+ system_authenticate_password |
+ system_authenticate_password |
1031 |
+); |
+); |
1032 |
+ |
+ |
1033 |
+our $VERSION = sprintf '%d.%03d', q$Revision: 1.108 $ =~ /: (\d+).(\d+)/; |
+our $VERSION = sprintf '%d.%03d', q$Revision: 1.1 $ =~ /: (\d+).(\d+)/; |
1034 |
+ |
+ |
1035 |
+our $accountdb = esmith::AccountsDB->open(); |
+our $accountdb = esmith::AccountsDB->open(); |
1036 |
+our $configdb = esmith::ConfigDB->open(); |
+our $configdb = esmith::ConfigDB->open(); |