Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 00bdf001b179ab7cab5a36ebc3f9271b > files > 92

gnugk-2.2.6-2mdv2008.0.x86_64.rpm

-- Database creation
--
-- VoIP Billing Platform for GnuGk
-- Copyright (c) 2004, Michal Zygmuntowicz
--
-- This work is published under the GNU Public License (GPL)
-- see file COPYING for details

-- for access from FreeRADIUS server
CREATE USER gkradius WITH ENCRYPTED PASSWORD 'gkradius' NOCREATEDB NOCREATEUSER;
-- create the database
CREATE DATABASE voipdb WITH OWNER gkradius;