search for: alpha10

Displaying 13 results from an estimated 13 matches for "alpha10".

Did you mean: alpha1
2009 Dec 15
0
problems when trying to upgrade from Samba4 alpha 8 to alpha10
Hi, I have installed Samba 4 alpha8 on Ubuntu Server 9.10 with openldap backend (2.4.20) as described in http://wiki.samba.org/index.php/Samba4/HOWTO/Ubuntu_Server_9.04; which is working fine so far. Now, I tried to upgrade to alpha 10. The steps I took were: - checked out alpha 10 from git - run make (compiled everything fine) - shut down running samba daemon - tried to run?
2005 Dec 10
2
Problems with integrate
...e are evaluating the lossdensity # Beta is the correlation with the market factor as a function of K # R is the recovery rate K=p C=qnorm(p) # default threshold for the pool A=1/Beta(K)*(C-sqrt(1-Beta(K)^2)*qnorm(K/(1-R))) B=qnorm(K/(1-R)) alpha0=dnorm(A)*sqrt(1-Beta(K)^2)/(dnorm(B)*Beta(K)*(1-R)) alpha10=-2*dnorm(A)*(C*Beta(K)-A)/(Beta(K)*(1-Beta(K)^2)) alpha11=(1-R)*dnorm(A)*dnorm(B)*(Beta(K)-A/Beta(K)*(C*Beta(K)-A))/((1-Beta(K)^2)^1.5) alpha20=(1-R)*dnorm(A)*dnorm(B)/sqrt(1-Beta(K)^2) return(alpha0+(alpha10+alpha11*fd(K,Beta))*fd(K,Beta)+alpha20*fd2(K,Beta)) } Beta needs to be passed in as a fun...
2009 Dec 28
2
Samba4 and Squid3 with ntlm_auth
Hello there. I'm try to configure squid3 with samba4-alpha-10 autentication. My samba4 pdc work fine with a simple smb.conf: [globals] netbios name = PANTRO workgroup = MYDOMAIN realm = MYDOMAIN.LAN server role = domain controller [netlogon] path = /usr/local/samba/var/locks/sysvol/mydomain.lan/scripts read only = no
2009 Dec 09
0
[ANNOUNCE] Samba 4.0.0alpha10
We are proud to a announce another alpha release of Samba 4. What's new in Samba 4 alpha10 ============================ Samba 4 is the ambitious next version of the Samba suite that is being developed in parallel to the stable 3.0 series. The main emphasis in this branch is support for the Active Directory logon protocols used by Windows 2000 and above. Samba4 alpha10 follows on from t...
2010 Jan 11
1
[ANNOUNCE] Samba 4.0.0alpha11
...ase that can use a range of modular backends. One of the backends supports standards compliant LDAP servers (including OpenLDAP), and we are working on modules to map between AD-like behaviours and this backend. We are aiming for Samba 4 to be powerful frontend to large directories. CHANGES SINCE alpha10 ===================== Since the alpha10 release, we have fixed a number of serious bugs in the implementation of AD-compatible 'Directory Replication Services'. We can now join an AD domain as a read-write DC Importantly, since alpha10, the following serious issues were addressed: - We n...
2001 Dec 19
1
Alpha3 10 mounting Problems
...all i now tryed alpha 3 version 10 from today it works using other Samba Shares authenticating through Active Directory from M$. but i?m not able to mount any M$ Share ... using the same credentials as in samba 2.2.2 or on an other Samab Share, the Error i get is mount.smbfs started (version 3.0-alpha10) added interface ip=192.168.193.4 bcast=192.168.193.255 nmask=255.255.255.0 resolve_lmhosts: Attempting lmhosts lookup for name MAIL<0x20> getlmhostsent: lmhost entry: 192.168.192.3 MAIL #DOM:JACKAL-NETAT Connecting to 192.168.192.3 at port 445 539: session request ok Serverzone is -3600 Doin...
2010 Apr 29
1
Windows7 able to join Samba4-alpha12 domain, but unable to manage
Dear all, after switching from Samba4-alpha10 to -alpha12, it is no longer possible to manage user accounts via the RSAT on Windows 7 Professional. The program says that name information can't be retrieved, because the domain controller isn't configured properly (or the like, I read it in German). However, joining the domain and lo...
2010 Jan 07
1
LDAP_NO_SUCH_OBJECT upon new user creation in s4/OpenLDAP
...prompts for a password, displays messages about skipping the loading of schema, naming context details and domain details, and then failes with the following error message: > > _ldb.LdbError: (32, 'objectclass: Cannot add CN=blah,CN=Users,DC=localdomain, parent does not exist!') Alpha10 showed the same problem. Looking into the code you can see that it accepts options to pass credentials. Providing the 'LDAP Admin User' name and password from the output of the provision command helps, although the AssertionError looks a bit discouaging at first sight: debiantest:~# new...
2010 Jan 05
0
samba4 master-branch compiling error
...ster-branch in vmware virtualmachine : ----------- /usr/bin/ld: i386:x86-64 architecture of input file `../client/umount.cifs.o' is incompatible with i386 output /usr/bin/ld: i386:x86-64 architecture of input file `../client/mtab.o' is incompatible with i386 output ----------- samba-4.0.0.alpha10 compiles ok
2010 Jan 04
0
HOW-TO on Samba4 Installation with dnsmasq
Dear all, I'm currently trying out Samba4.0.0-alpha10. Because I'm unfamiliar with the Berkeley Internet Name Demon (bind), I've so far been using dnsmasq on my home network. I just want to inform eveybody who cares that it's possible to set up Samba4 and dnsmasq so as to allow domain logons from a Windows 7 workstation. Generally, I...
2009 Dec 18
0
Samba4 Provisioning Segfault
Hi, Hope this is the right place to ask about this... I did a clean install of S4 alpha10 the other day and attempted to provision it with the python script provided. This failed with a segmentation fault, however doing this with alpha8 does not fail. I've compiled this under arm5 little endian on Ubuntu 9.04 and included a backtrace below. Any ideas where I'm going wrong or is...
2009 Dec 28
0
Samba4 and Squid3 with ntlm_auth ... more information
...bout squid with AD autentication: http://techmiso.com/1934/howto-install-squid-web-proxy-server-with-active-di rectory-authentication/ But the test don't work # wbinfo-t checking the trust secret via RPC calls succeeded # find / - name ntlm_auth /usr/local/samba/bin/ntlm_auth /usr/src/samba-alpha10/source4/bin/ntlm_auth /usr/lib/squid3/ntlm_auth # cd /usr/local/samba/bin/ # ./ntlm_auth --helper-protocol=squid-2.5-basic MYDOMAIN+Administrator password Hang the shell And... # cd /usr/lib/squid3/ # # ./ntlm_auth --helper-protocol=squid-2.5-basic MYDOMAIN+Administrato password You MUST speci...
2009 Dec 01
0
[ANNOUNCE] Samba 4.0.0alpha9
...;upgrade_from_s3" which should allow a step-up from Samba3 to Samba4. It's not included yet in the binary distributions since it's completely experimental! - ACL are not set by default on shares created by the provision. Work is underway on this subject and it should be fixed in Alpha10. RUNNING Samba4 ============== A short guide to setting up Samba 4 can be found in the howto.txt file in root of the tarball. DEVELOPMENT and FEEDBACK ======================== Bugs can be filed at https://bugzilla.samba.org/ but please be aware that many features are simply not expected to work...