⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 samba服务器!
💻
字号:
ntlogon.py v0.8b Copyright 2002 by Timothy (rhacer) Grant This programme is released under the terms of the GNU Public LicenseThis programme has NO WARRANTY of any kind, use at your own risk.===================CHANGES SINCE v0.7b===================included patch that made machine name %m a macro substitution value.Thanks to:   Nick Lopez  <kimo_sabe@atdot.org>==================CHANGES SINCE v0.6==================PLEASE NOT THAT I AM CONSIDERING THIS A BETA UNTIL I GET SOME FEEDBACKFROM USERS ON WHETHER THE MACRO FEATURE WORKS FOR THEM.added the ability to define substitution macros: see the useage sectionremoved the large docstring from the file and moved the information tothe USEAGE section of this filecleaned up the code and made more flexibleimproved the code comments==================CHANGES SINCE v0.5==================added a -v --version switchadded a --pause switch which will put a pause statement between each non-blank line of the script.===============A PERSONAL NOTE===============When I originally posted v0.5 on Freshmeat, I really expected *some*feedback. To date this little script has been downloaded over 700 times, butabsolutely nobody has sent me an e-mail to tell me if it is useful, or ifit is absolutely the stupidest waste of bandwidth they have ever seen.I'd really love to know if even one person other than me and the other techshere at Avalon have found it useful.Thanks.   rhacer (rhacer@craigelachie.org)September 27, 2000Thanks to those that did respond to my plea! I'd still love to hear from any other users!============INTRODUCTION============As my experience with Linux and Samba increased, I had no trouble whipping upa custom Perl, Python or Bash script to create Samba Logon Scripts, but Inoticed that I changed things from place to place, and that my users had *no*chance of ever figuring out how to modify those scripts themselves.In an attempt to create a company wide standard that both my co-workers and mycustomers could *easily* modify I hit upon the scheme I used here.I settled on an INI file feel, because most who have experience with Win boxeshave some concept of INI files.============INSTALLATION============The distribution archive contains three files:README			This filentlogon.py		The actual Python script (place in /usr/local/samba/bin)ntlogon.conf	A sample configuration file (place in /etc)This script was created using Python v1.5.2, and I believe it uses onlystandard libraries.Your smb.conf file needs to contain a netlogon section similar to the following (These settings *are not* normal on a RH box. These settingsare all based on the excellent book that I learned Samba from: SambaIntegrating Unix and Windows by John D. Blair. It is somewhat out of date now, but that's the history of the strange file locations):[netlogon]        path = /usr/local/samba/netlogon        writeable = no        guest ok = no        root preexec = /usr/local/samba/bin/ntlogon --user=%U  --os=%m        root postexec = rm /usr/local/samba/netlogon/%U.bat======USEAGE======PLEASE SEE NTLOGON.CONF FOR A DETAILED CONFIGURATION EXAMPLEThis programme will build a Windows NT logon script for users connectingto a Samba server. Samba macros that are curently understood:   %U user name   %G group name   %a machine architecture   %m machine netbios nameThis programme reads a configuration that looks strikingly similar to boththe Samba configuration file, and a DOS "boot menu" AUTOEXEC.BAT file.The default file name is /etc/ntlogon.conf (though I really think it oughtto be called ntlogon.batch!) You may change the filename by using the -for --templatefile startup option.The default netlogon directory is /usr/local/samba/netlogon though thiscan be changed with the -d or --dir startup option.                                              The default batch file name generated is username.bat if no username isspecified the default value is logon.bat (e.g., if --user=fred is specifiedon the command line then the logon script generated will be stored in fred.bat)Use the --debug option to print the logon script to screen instead of the output fileUse the --pause option to place a pause statement between each line of thescript to assist in debugging a logon script. The file is divided into sections that have headers in square brackets[Global][User-username][Group-groupname][OS-osname]The file may also contain user defined substitution macros. They aredefined by placing the macro name on the left side of an equal sign,and the substitution text on the right side of the equal sign. Theyare also case sensitive:MAINDRIVE = G:USERDRIVE = U:SERVERNAME = myservernameThey are referenced by prepending a "%" sign to the variable name:NET USE %MAINDRIVE \\\\servername\\mainshare /YESNET USE %USERDRIVE \\\\%SERVERNAME\\usershare /YES==============SPECIAL THANKS==============Nick Lopez <kimo_sabe@atdot.org> for the net bios name patch.	  ===================CONTACT INFORMATION===================Author	: Timothy (rhacer) GrantI can be reached at tjg@craigelachie.orgntlogon website www.craigelachie.org/rhacer/ntlogonPlease feel free to contact me with any suggestions, improvements, bugs youmight find.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -