From: Andrey C. <sku...@us...> - 2006-06-06 02:21:41
|
Update of /cvsroot/eas-dev/ocmng/components/ocmng/security In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23450/components/ocmng/security Modified Files: auth.prg auth.xml Log Message: Set components for successful E/AS work Index: auth.prg =================================================================== RCS file: /cvsroot/eas-dev/ocmng/components/ocmng/security/auth.prg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- auth.prg 2 Jun 2006 14:44:46 -0000 1.1 +++ auth.prg 5 Jun 2006 12:23:09 -0000 1.2 @@ -1,9 +1,9 @@ /*-------------------------------------------------------------------------*/ -/* E/AS Component (part of E/AS project) */ -/* */ -/* Copyright (C) 2005 by E/AS Software Foundation */ -/* Author: Andrey Cherepanov <sk...@ea...> */ -/* */ +/* E/AS Component (part of E/AS project) */ +/* */ +/* Copyright (C) 2005 by E/AS Software Foundation */ +/* Author: Andrey Cherepanov <sk...@ea...> */ +/* */ /* This program is free software; you can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as */ /* published by the Free Software Foundation; either version 2 of the */ @@ -11,17 +11,17 @@ /*-------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------/ -/ / -/ Name: User authentication / -/ System name: auth / -/ Description: User authentication / -/ Version: 0.1 / -/ Author: Andrey Cherepanov <sk...@ea...> / -/ / -/ Available commands: / -/ AUTH Authenticate user / -/ <params> Authenticate parameters / -/ / +/ / +/ Name: User authentication / +/ System name: auth / +/ Description: User authentication / +/ Version: 0.1 / +/ Author: Andrey Cherepanov <sk...@ea...> / +/ / +/ Available commands: / +/ AUTH Authenticate user / +/ <params> Authenticate parameters / +/ / /--------------------------------------------------------------------------*/ #define DEFAULT_AUTH_METHOD 'PAM' /** Component: auth */ Index: auth.xml =================================================================== RCS file: /cvsroot/eas-dev/ocmng/components/ocmng/security/auth.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- auth.xml 2 Jun 2006 14:44:46 -0000 1.1 +++ auth.xml 5 Jun 2006 12:23:09 -0000 1.2 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8" standalone="no" ?> +<?xml version="1.0" encoding="koi8-r" standalone="no" ?> <component> <name>auth</name> @@ -6,30 +6,29 @@ <version>0.1</version> <description>User authentication</description> <license>GNU/GPL</license> - <created>2006-04-23</created> - <modified>2006-05-19</modified> + <modified>2006-06-04</modified> <requires> - <dependence type="component">../ocmng/components</dependence> - <dependence type="component">../forms/form</dependence> + <dependence type="component">../component.xml</dependence> + <dependence type="component">../forms/form.xml</dependence> </requires> - <author> - <name>Andrey Cherepanov</name> - <email>sk...@ea...</email> - <copyright>2006</copyright> - </author> - - <files> - <file name="auth.po">Authentication plugin</file> - </files> + <author>Skull</author> <data> + <objects depository="ETC0101" class="mng_form"> + <object> + <attr name="name">auth.po</attr> + <attr name="type">application/x-clip-plugin</attr> + <attr name="description">Authentication plugin</attr> + <attr name="content">auth.po</attr> + </object> + </objects> <objects depository="ETC0101" class="mng_command"> <object> <attr name="name">authenticate</attr> - <attr name="component" refTo="ETC0101:mng_component">auth</attr> + <attr name="component_name">auth</attr> <attr name="form" refTo="ETC0101:mng_form">auth.po</attr> <attr name="description"><![CDATA[Authenticate user. Arguments: @@ -37,14 +36,13 @@ params - Map. Parameters (name:C,password:C). Returns: Logical. .T. if access is granted.]]></attr> - <attr name="enabled">true</attr> </object> </objects> </data> <locale lang="ru"> <name>auth</name> - <description>ÐÑÑенÑиÑикаÑÐ¸Ñ Ð¿Ð¾Ð»ÑзоваÑелей</description> + <description>áÕÔÅÎÔÉÆÉËÁÃÉÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ</description> </locale> </component> |