From 853b0d4a0ccbc79f6f16b4cf4858961d42c63903 Mon Sep 17 00:00:00 2001 From: atratsevsky Date: Fri, 20 Jun 2008 12:34:42 +0000 Subject: [PATCH] git-svn-id: http://svn.calculate.ru/calculate2/calculate-server/trunk@1 c91db197-33c1-4113-bf15-f8a5c547ca64 --- LICENCE | 202 +++++++++++++++++++++++++++ README | 14 ++ i18n/cl_server_ru.mo | Bin 0 -> 2313 bytes pym/__init__.py | 0 pym/cl_ldap.py | 317 ++++++++++++++++++++++++++++++++++++++++++ pym/cl_vars_server.py | 96 +++++++++++++ scripts/cl-useradd | 76 ++++++++++ setup.cfg | 5 + setup.py | 120 ++++++++++++++++ 9 files changed, 830 insertions(+) create mode 100644 LICENCE create mode 100644 README create mode 100644 i18n/cl_server_ru.mo create mode 100644 pym/__init__.py create mode 100644 pym/cl_ldap.py create mode 100644 pym/cl_vars_server.py create mode 100644 scripts/cl-useradd create mode 100644 setup.cfg create mode 100755 setup.py diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/LICENCE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/README b/README new file mode 100644 index 0000000..95c9fc3 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +AUTHOR: Calculate Pack + +INSTALL +------- + +calculate-server needs the following library version installed, in order to run: + Python >= 2.3 + python-ldap >= 2.0.0 + calculate-lib >= 0.0.1 + +To install calculate-server , just execute the install script 'install.py'. +Example: + + ./install.py diff --git a/i18n/cl_server_ru.mo b/i18n/cl_server_ru.mo new file mode 100644 index 0000000000000000000000000000000000000000..efa6f02d5cda8cc78121dfa38c283d4b4944ed6a GIT binary patch literal 2313 zcmb7^&u<$=6vwAfD41WR1q6tSxd4Z1U8l5_F{Q-B+hA(Pkz=QTgwQrS-Yl|rR=ewv zAP{L%(L+LeDN+xV2=#(Epd@t^$7$><2M)6bq+Z~{KTssN^PSyI92L7&tc*X|-8b*O z?|0t%&qMpaBlx_4^$ON+SVyqF+=nlG?t*WCe}k`sFFi!aF>nx!gEsgWxC9;oe*)hE zH^C(MFL(fqKODxL0`W)Q#n)kQ2z&%Q555Y10=^7>1wId6kDmVm%J>E-^Zgo8fctTM z2Rw-${{YY7`Y@872R{X~;5s-C?t7Gwr@;?FsmlO$@G5A7|9~-&p@@vL!RNrQ!PmfR zpzN;&4uijgC%_{x;RCP;J_+6c74TMgXf5zi-hKv4>L6)dcd6m7+1&D{lhY>$~?B6vEuMrm=l?LrrnMYGCw$6oz`l0mANEqRk%~r zJadXsUia*}NAg@ZE9OpZ+u;=xq4dF7cXkF{>|tZU_DpWMWGpnvB_(Hulr7lD4a@w3 z>68Z%r0i-2Bbu($poCFpt|yI*+@-EoyPy%>bnU7(L%m7UrIV~`Q_a#Tn>IZHwY0_^ zhE0)hZpBG(Zp5@8KTK?EuKPK6bQ0Ee$@cNdvSifZpW$SctgehR$3^QYI+`9jmmXH> zxLO>`7Di%4W^>0=@~&a(%6oOgRZ2WXW21$VGUPBA&MhUQc`QYbClW~|aY`9T(t(qy z<8K~KoJb@Ps1(_hDU(NWAF1i0k}oKkG=0C2%4d&$To_SfInDKylA~E}Rl}^M=-F~E zM@Q0mm7Z4f>1=K=oyio{v9U75Vt&Lp~j4jW<56T9fP^1^){WD)Et+2@03etm1H+g_EKSvqFNJ}B+E$A8~l)`*kRq|LgFcO#Ql}VsB}eq#@$A zbi-dD;=0)KF9j~$hU9PXs4cc|Z$WH8IIxNv4I;jmfO(g&5Ea-SoWK^gUG(RWwJkP8 z3qp1s%EEoj>mhkBMf&;Ce+qgO`~ia_H8+X)u{$5qmnF#Q1fo_jU>kB6h`15NKrbe) zjX8n#u30Ud`W62&ERCM;nk7UvWr7B_-7~@cbc8=mP=jnclN= 8: + tab = "\t" + elif len(longOption) >= 16: + tab = "" + numChapter = self.getChapterNumber(par['helpChapter']) + helpTxt = " -" + par["chortOption"] + ", --" +\ + longOption + tab + par['help'] + "\n" + self.addChapterHelp(numChapter,helpTxt) + break + for par in self.data: + if not par.has_key("chortOption") and \ + self.access(par): + helpTxt = par['help'] + numChapter = self.getChapterNumber(par['helpChapter']) + self.addChapterHelp(numChapter,helpTxt) + + def getHelp(self): + # Выдать справку + help = "" + for numChapter in range(len(self.chapter)): + chapter = self.chapter[numChapter] + nameChapter = chapter[0] + visibleChapter = chapter[1] + beforeStrChapter = chapter[2] + afterStrChapter = chapter[3] + bef = "" + for i in range(beforeStrChapter): + bef += "\n" + aft = "" + for i in range(afterStrChapter): + aft += "\n" + if visibleChapter: + help += nameChapter + ": " + bef + help += self.chapterBloc[numChapter] + aft + return help + + def getAllOpt(self,typeOpt="short"): + # Выдать все действующие опции + if typeOpt=="short": + if len(self.shortOpt) == 0: + for par in self.data: + if par.has_key("chortOption") and self.access(par): + if par.has_key("optVal"): + self.shortOpt.append(par["chortOption"]+':') + else: + self.shortOpt.append(par["chortOption"]) + return "".join(self.shortOpt) + if typeOpt=="long": + if len(self.longOpt) == 0: + for par in self.data: + if par.has_key("longOption") and self.access(par): + if par.has_key("optVal"): + self.longOpt.append(par["longOption"]+'=') + else: + self.longOpt.append(par["longOption"]) + return self.longOpt + + def getShortOpt(self,option): + # Из любой опции получаем короткую опцию + for par in self.data: + if par.has_key("chortOption") and self.access(par): + if par["longOption"] == option or \ + par["chortOption"] == option: + return par["chortOption"] + break + return "" + diff --git a/pym/cl_vars_server.py b/pym/cl_vars_server.py new file mode 100644 index 0000000..5a92c22 --- /dev/null +++ b/pym/cl_vars_server.py @@ -0,0 +1,96 @@ +#-*- coding: utf-8 -*- + +#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +#Допустимые ключи значений +# mode - режим переменной r-не переназначается из командной строки, +# w-переназначается из командной строки +# type - тип переменной состоит из двух элементов(что это и для чего +# это) +# value - дефоултное значение переменной +# select - список допустимых значений переменной +# official - флаг того, что данная переменная служебная и не отображается +# при печати списка значений переменных +# printval - печатное значение переменной(значение выводимое при печати +# списка значений переменных) + +class Data: + #базовый суффикс LDAP + soft_ldap_base= {'mode':"r", + 'type':('param','soft') + } + #bind суффикс LDAP + soft_ldap_bind= {'mode':"r", + 'type':('param','soft'), + } + #пользователь только для чтения + soft_ldap_bindname= {'mode':"r", + 'type':('param','soft'), + } + #hash пароля для пользователя для чтения + soft_ldap_bindpw_hash= {'mode':"r", + 'type':('param','soft'), + } + #пароль для пользователя для чтения + soft_ldap_bindpw= {'mode':"r", + 'type':('param','soft'), + } + #алгоритм шифрования паролей + soft_ldap_hash_encrypt={'mode':"r", + 'type':('param','soft'), + } + #временный пользователь root для инициализации базы данных + soft_ldap_root_tmp= {'mode':"r", + 'type':('param','soft'), + } + #запись для пользователя root + soft_ldap_root= {'mode':"r", + 'type':('param','soft'), + } + #имя пользователя root для LDAP + soft_ldap_rootname= {'mode':"r", + 'type':('param','soft'), + } + #hash пароля root + soft_ldap_rootpw_hash= {'mode':"r", + 'type':('param','soft'), + } + #hash пароля временного root + soft_ldap_rootpw_tmp_hash={'mode':"r", + 'type':('param','soft'), + } + #пароль временный пользователя root + soft_ldap_rootpw_tmp= {'mode':"r", + 'type':('param','soft'), + } + #пароль root + soft_ldap_rootpw= {'mode':"r", + 'type':('param','soft'), + } + #имя samba домена + soft_samba_domain= {'mode':"r", + 'type':('param','soft'), + } + #netbios имя samba домена + soft_samba_netbios= {'mode':"r", + 'type':('param','soft'), + } + #----------------------------------------------------- + #Служебные переменные + #----------------------------------------------------- + #запущенные сервисы CDS + soft_service_allive= {'mode':"r", + 'type':('param','soft'), + } \ No newline at end of file diff --git a/scripts/cl-useradd b/scripts/cl-useradd new file mode 100644 index 0000000..0d431b4 --- /dev/null +++ b/scripts/cl-useradd @@ -0,0 +1,76 @@ +#!/usr/bin/python +#-*- coding: utf-8 -*- + +#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import sys +import os +sys.path.insert(0,os.path.abspath('/usr/lib/calculate/calculate-lib/pym')) +sys.path.insert(0,os.path.abspath('/usr/lib/calculate/calculate-server/pym')) +import cl_base +tr = cl_base.lang() +tr.setGlobalDomain('cl_server') +tr.setLanguage(sys.modules[__name__]) +import cl_ldap + +class tstopt(cl_base.opt): + def __init__(self, obj): + self.obj =obj + self.shortOpt = self.obj.getAllOpt('short') + self.longOpt = self.obj.getAllOpt('long') + self.opt = [] + self.sysArgv = sys.argv[1:] + self.__iter = 0 + self.params = {} + cl_base.opt.__init__(self, self.shortOpt, self.longOpt) + if "h" in self.opt or not self.opt: + print self.obj.getHelp() + + + + def handlerOpt(self,option,value): + # Обработчик (опция значение) + #print option, value + shortOpt = self.obj.getShortOpt(option) + if not shortOpt in self.opt: + self.opt.append(shortOpt) + if shortOpt=='p': + pass + + def handlerErrOpt(self): + # Обработчик ошибок + argv = " ".join(sys.argv[1:]) + print _("Unrecognized option") + ' "' + argv + '"\n' + \ +_("Try") + ' "' + sys.argv[0].split("/")[-1] + ' --help" ' +\ +_("for more information.") + + + def handlerParam(self,param): + # Обработчик хвостов (значение) + self.__iter += 1 + # Достаем имя пользователя + if self.__iter == 1: + self.params['user'] = param + elif self.__iter == 2: + self.params['service'] = param + + +if __name__ == "__main__": + z = cl_ldap.cl_ldap("cl-useradd") + tst = tstopt(z) + if tst.params.has_key('user'): + print "USER =", tst.params['user'] + if tst.params.has_key('service'): + print "SERVICE =", tst.params['service'] diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..a6c8c56 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,5 @@ +[install] +install-scripts=/usr/bin +install-purelib=/usr/lib/calculate +install-platlib=/usr/lib/calculate +install-data=/usr/lib/calculate/calculate-server \ No newline at end of file diff --git a/setup.py b/setup.py new file mode 100755 index 0000000..8b0f1f2 --- /dev/null +++ b/setup.py @@ -0,0 +1,120 @@ +#!/usr/bin/env python + +# setup.py --- Setup script for calculate-server + +#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import os +import glob +import sys +import re +from distutils.core import setup + +data_files = [] + +var_data_files = [("/var/calculate/profile/server",[]), + ("/var/calculate/remote/profile",[]) +] + +data_dirs_local = ['profile','ldif'] +share_calculate_dir = "/usr/share/calculate/" +data_dirs_share = ['i18n'] + +data_files += var_data_files + +def scanDirs(profilesDirs): + """Recursive scanning directories""" + dirs = [] + class dirProf: + def __init__(self): + self.baseDir = False + self.dirs = [] + self.files = [] + def getFilesDir(dirP, dirname,names): + if '/.svn' in dirname: + return False + for nameFile in names: + absNameFile = dirname + "/" + nameFile + if '/.svn' in absNameFile: + continue + if os.path.isfile(absNameFile): + dirP.files.append(absNameFile) + elif os.path.isdir(absNameFile): + dirP.dirs.append(absNameFile) + return True + for profileDir in profilesDirs: + if profileDir: + dirP = dirProf() + dirP.baseDir = profileDir + dirs.append(dirP) + os.path.walk(profileDir,getFilesDir, dirP) + return dirs + +def create_data_files (data_dirs, prefix=""): + test1_files = [] + data_files = [] + dirs = scanDirs(data_dirs) + i = 0 + for obj in dirs: + if not obj.dirs: + obj.dirs.append(data_dirs[i]) + i += 1 + for obj in dirs: + files_obj_dirs = [] + for dir_name in obj.dirs: + for file_name in obj.files: + if re.match(dir_name,file_name): + files_obj_dirs.append(dir_name) + break + for files_obj_dir in files_obj_dirs: + obj.dirs.remove(files_obj_dir) + files_obj_dirs.sort(lambda x, y: cmp(len(y), len(x))) + for dir_name in files_obj_dirs: + wr_sp = (prefix+dir_name,[]) + file_dirs = [] + for file_name in obj.files: + if re.match(dir_name,file_name): + file_dirs.append(file_name) + for file_name in file_dirs: + wr_sp[1].append(file_name) + obj.files.remove(file_name) + test1_files.append(wr_sp) + test1_files.reverse() + test2_files = [] + for obj in dirs: + for dir_name in obj.dirs: + wr_sp = (prefix+dir_name,[]) + test2_files.append(wr_sp) + + test1_files = test2_files + test1_files + return test1_files + +data_files += create_data_files (data_dirs_local) +data_files += create_data_files (data_dirs_share, share_calculate_dir) + + +setup( + name = 'calculate-server', + version = "0.0.1", + description = "The program for configuring services linux", + author = "Calculate Pack", + author_email = "support@calculate.ru", + url = "http://calculate-linux.ru", + license = "http://www.apache.org/licenses/LICENSE-2.0", + package_dir = {'calculate-server': "."}, + packages = ['calculate-server.pym'], + data_files = data_files, + scripts=["./scripts/cl-useradd"], +)