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

📄 changelog

📁 samba服务器!
💻
📖 第 1 页 / 共 2 页
字号:
	. add a check to see if STDIN is connected to tty by using if (-t STDIN) ...	  This allow the unsecure use of "echo -e 'password\npassword' | smbldap-passwd jto"2004-04-30:	. patch for smbldap-useradd and smbldap-groupadd: next uidNumber and gidNumber available	  are now stored in cn=NextFreeUnixId	  WARNING:	  . when upgrading, you need to create the new object manually (see INSTALL file)	  . this object's name is defined in /etc/smbldap-tools/smbldap.conf	    you can defined another name as desired, for example:	    > sambaUnixIdPooldn="cn=NextFreeUnixId,${suffix}"2004-04-07:	. patch from Emmanuel Lacour <elacour@home-dn.net> :	  no more use of mkntpwd, use of Crypt::SmbHash perl module instead2004-04-04:	. patchs from Alexander Bergolth <leo@strike.wu-wien.ac.at> :	  . variable substitution to the config-file parser.	    This new feature allows configurations like that	      > suffix="dc=idealx,dc=com"	      > usersdn="ou=Users,${suffix}"	    Username substitution is done via %U:	      > userHome="/home/%U"            ==> smbldap.conf file can now use the samba %U definition	  . change in smbldap-userdel refuses deleting a home directory that doesn't contain	    the username, more precisely that doesn't look like /^\/.+\/(.*)$user/	    This avoids deleting-disasters when the homeDirectory attribute is	    erroneous set to a wrong value like "/" or "/home".	  . adds mail-forwarding and mail-alias capabilities (for use by MTAs like sendmail or            postfix). Two new options "-M" and "-T" allow specifying mail-aliases and mail-forward	    addresses in smbldap-useradd and smbldap-usermod. If those options are used, the	    objectclass "inetLocalMailRecipient" is used	  . patch to allows adding new mail-aliases (-M), mail-forward addresses (-T) or	    supplementary groups (-G) without overwriting the existing ones using a syntax like		smbldap-usermod -G +wheel testuser	    Removing only the specified attributes without deleting all of them works the same way	    using a syntax like		smbldap-usermod -G -wheel testuser	  . patch that fixes a small problem when using userHomeDrive without the ":" symbol	. test if a user is unique in get_homedir function. Replace the regular expression that check          the homeDirectory attribute's value with the exact query response.2004-03-05:	. add the displayName attribut when using 'smbldap-groupadd -a'	. update smbldap-populate (set the username for the guest account and the	  administrative account in sambaProfilePath instead of $adminName and $guestName)2004-03-01:	. update smbldap-populate to allow setting userHomeDrive="" in configuration file2004-02-22:	. it is now possible to delete the following entries with smbldap-usermod :	  sambaHomePath (option -C), sambaHomeDrive (option -D)	  sambaLogonScript (option -E) and sambaProfilePath (option -F)	  ex: smbldap-usermod -C "" user	. update documentation2004-02-07: new tag v0-8-4	. include documentation in smbldap-tools.spec file2004-01-22:	. config.pl: usersdn, groupsdn and computersdn was not updated	. config.pl: empty value can be set with the "." caracter2004-01-19:	. certificates for TLS support can now be declared in the smbldap.conf	  configuration file. 4 new options: verify, cafile, clientcert and clientkey2004-01-17:	. remove OpenLDAP requirement in smbldap-tools spec file as the LDAP server	  can be on another computer2004-01-14:	. patch to smbldap-populate to not take into account attributes that has a null	  definition in smbldap.conf (sambaProfilePath and sambaHomePath)2004-01-10:	. shadowAccount objectclass added for users account (needed for users on Solaris	  system to authenticate)	. configuration is now split in two files	  > smbldap.conf : globals parameters	  > smbldap_bind.conf: connection parameters to the directory	. patch in smbldap-password that allow users to use this script to change their	  own passwords2003-12-29:	. new script configure.pl to help setting up the smbldap_conf.pl file	. bug: smbldap_conf.pm now allow to set _userSmbHome and _userProfile to a null string	  to disable homedirectory and roaming profiles2003-12-19:	. new option '-i' to smbldap-useradd to create a trust account (domain membership)	. rename all scripts: remove the '.pl' 2003-12-11:	. new option '-i' to smbldap-populate to import an ldif file	. new option '-e' to smbldap-populate to export an ldif file2003-11-18: new tag v0-8-2	. new option '-a' to smbldap-usermod.pl that allow adding the sambaSAMAccount	  objectclass to an existing posixAccount2003-11-07:	. patch that allow adding user to a group when the group is in a higher level depth          then ou=Groups (for example, ou=grp1,ou=Groups,...)        . check the unicity of a group when adding/removing a user to this group2003-10-28:	. new option '-p' in smbldap-groupadd.pl to 'print' the gidNumber	  of the group to STDOUT. This is needed by samba (see the man page)2003-10-19:	. new function does_sid_exist that check if samaSID sttribute is already          defined for another use or another group2003-10-13:	. smbldap-populate.pl now also add the group mapping2003-10-01: new tag v0-8-1        . one can now comment the two directives '$_userSmbHome' and '$_userProfile'          if you want to use the smb.conf directives instead ('logon home' and	  'logon path' respectively), or if you want to desable roaming profiles	. Patch from Alexander Bergolth <leo@strike.wu-wien.ac.at>: the sambaPrimaryGroupSID	  of a user is now set to the sambaSID of his primary group2003-09-29:	. added new option '$_defaultMaxPasswordAge' in smbldap_conf.pm to specifie	  how long a password is valid	. The '-B' option was not always valid: to force a user to change his password:	  . the attribut sambaPwdLastSet must be != 0	  . the attribut sambaAcctFlags must not match the 'X' flag	. logon script is set (for every one) to the default '_userScript' value if it is defined 	. Patch from Alexander Bergolth <leo@strike.wu-wien.ac.at>:	  gid-sid group mapping to smbldap-groupadd.pl and smbldap-groupmod.pl2003-09-19: Patch from Marc Schoechlin <ms@LF.net>	. load the perl-modules without setting environment-variables or making symlinks2003-09-18: Patch from Alexander Bergolth <leo@strike.wu-wien.ac.at>	. options "-u", "-g", "-s" and "-c" are now functionnal	. the existence of samba account was made on sambaAccount and	  not sambaSAMAccount as it should be for samba3	. new function read_user_entry to smbldap_tools.pm that returns	  a Net::LDAP:Entry object of the user	. Use this object to get the dn and user attributes instead of	  producing an ldif and searching for attributes within that ldif2003-09-15:	. change machine account creation to not add the sambaSAMAccount objectclass.	  It is now added directly by samba when joigning the domain	. new option in smbldap-usermod.pl: '-e' to set an expire date	. Start_tls support activated when ldapSSL is set to 1	. Net::LDAP support more scripts	. bugs correction2003-09-02:	. sambaPwdLastSet is updated when smbldap-passwd.pl is used	. add a function is_group_member to test the existence of a	  user in a particular group	. add a function is_unix_user to test if a particular user exist	. Net::LDAP support more scripts2003-08-15:	. Samba3.0 support2003-08-01:	. Final version for samba 2.2.8a (cvs tag SAMBA-2-2-8a-FINAL)	. OpenLDAP 2.1 support (only one structural objectclass allowed)2002-07-24: top and account objectclasses replaced with inetorgperson2002-06-03: notes to webmin.idealx.org (idxldapaccounts)2002-06-01: release 0.7. tested with 2.2.42002-05-31: fixed smbldap-populate compliance to smbldap_conf             cleaned up smbldap_conf to be more readable             some more documentation            bugfixes on smbldap-passwd and smbldap-populate2002-05-16: modified default mode on homes: now 7002002-05-13: fixed spec (relocation and reqs)2002-03-02: fixed 2.2.3 sambaAccount bug with smbldap-useradd.pl              (rid is now mandatory in the sambaAccount objectClass)2002-02-14: just modified default populate for Administrator2002-02-05: release 0.6. enable/disable user in usermod2002-02-04: release 0.5. added smbldap-migrate-groups to migrate NT groups            from a net group dump. added samba parameters to smbldap-useradd            and smbldap-usermod.2002-01-12: added smbldap-migrate-accounts to migrate users/machines            accounts from a PWDUMP dump2001-12-13: added smbldap-populate to create the initial base2001-12-13: initial release 0.12001-12-12: fixed the SPEC file for RedHat2001-12-03: cleaned the code and use strict;2001-11-20: initial needs (for testing purpose on Samba-2.2.2 an Samba-TNG)# - The End

⌨️ 快捷键说明

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