similar to: samba 3 on tru64

Displaying 13 results from an estimated 13 matches similar to: "samba 3 on tru64"

2018 Mar 06
0
NFS-Ganesha, Gluster and file creation
Hi All, I know this isn't the ganesha mailing list but wondered if anyone can help. I'm having issue with file creation over NFS, I have a gluster volume "vol1" presented via Ganesha with the following config:EXPORT{? ? ? ? Export_Id = 20;? ? ? ? Path = "/vol1";? ? ? ? FSAL {? ? ? ? ? ? ? ? name = GLUSTER;? ? ? ? ? ? ? ? hostname = "gnfs01";? ? ? ? ? ? ? ?
2012 Sep 13
1
Paasing values to sqlQuery like SAS macro
Hello, We lost our SAS licence & I am busy transfering my old SAS programs to R environment. I am very new to R. In 1 program I was creating SAS macro vars & passing them into a SQL query to run against the server. There are 3 variables firm, begindt, enddt. # of values for each varies month to month. Is there anyway I could do the same thing in R & pass the afore mentioned values
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
Hi, I've installed openssl-0.9.7 and now am testing current openssh-cvs. The kerberosIV installation has it's own libdes.a. I'm quite please openssh built successfully, congratulations! Unfortunately, kerberos autentication is not tried at all. As far as I remeber, Ja Iven who wrote some patch, which as he said got into 3.5p1 also removed the ifdef's that --with-privsep no longer
2005 Jan 25
2
make: *** [dynconfig.o] Error
Hi List! I've got a problem building samba 3.0.10 on Solaria 9 box. Configuration is successful with ./configure --with-pam --with-syslog --with-ldapsam --with-automount But make gives the following output. alien> make Using FLAGS = -O -Iinclude -I/usr/local/src/samba-3.0.10/source/include -I/usr/local/src/samba-3.0.10/source/ubiqx -I/usr/local/src/samba-3.0.10/source/smbwrapper
2004 Jun 29
2
tdb lock failures
We've just gone live with a file & print server, and are having major problems with Samba. When used out of hours, with all PCs switched on and connected to the domain, everything works fine. However, during the day, we have problems where users can't print to any samba-hosted printer, Access database applications (where the database is held on the server) won't work, or work
2004 Nov 16
1
solaris samba ldap
I'm trying to build 3.0.8 on solaris 9. I tried linking against both sun and openldap libraries, both unsucessufully. I get ------------------------------ checking for LDAP support... auto checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for
2004 May 24
2
Samba 3.0.4 fails to compile on Solaris 9
I have been trying to compile Samba 3.0.4 on a SunFire v880 running Solaris 9 but "make" generates a fatal error. My goal is to get Samba compiled with the "--with-ldapsam" option so that I can use SunOne Directory Server 5.2 as the back-end repository for user authentication. I have gcc version 3.3.2 installed in /usr/local/bin/gcc which I have used to successfully compile
2004 Mar 06
0
make fails dynconfig.0 error1
Hi all, I am compiling samba 3.0.2a with openldap and kerberos support openldap version 2.1.25 with bdb support (ver 4.2) kerberos version 1.3.2 ./configure --prefix=/servers/sambatest/3.0.2a --with-ldap=/servers/openldap/2.1.25/lib --with-ads --with-krb5=/servers/kerberos/1.3.2/lib --with-ldapsam configure suceeds but make fails with the following error Using FLAGS = -O
2004 Dec 03
1
Problems compiling samba with ldap in solaris 9
Hi All, I get the following error compiling Samba 3.0.9 on Solaris 9. ------------------------------------------------------------------------------- Using FLAGS = -I/opt/local/kerberos/include -DHAS_LDAP -Iinclude - I/opt/software/samba/samba-3.0.9/source/include -I/opt/software/samba/samba- 3.0.9/source/ubiqx -I/opt/software/samba/samba-3.0.9/source/smbwrapper -I. -
2003 Sep 08
0
Can't compile Samba 3.0rc2 with ldap & ldapsam Solaris 9
Hi All, Here is my configure script: ./configure --with-ldap --with-ldapsam Configure works ok. But during make the following error message was received. ---- Using FLAGS = -g -O2 -Iinclude -I/usr/local/src/samba-3.0.0rc2/source/include -I/usr/local/src/samba-3.0.0rc2/source/ubiqx -I/usr/local/src/samba-3.0.0rc2/source/smbwrapper -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2004 Nov 29
0
Compile problem on Solaris 8
We are trying to get samba comiled with ldap support on Solaris 8. We're compiling version 3.0.9 with gcc 3.3. Here's the error that we get: Using FLAGS = -O -I./popt -Iinclude -I/nau/src/Net/samba-3.0.9/source/include -I/nau/src/Net/samba-3.0.9/source/ubiqx -I/nau/src/Net/samba-3.0.9/source/smbwrapper -I. -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64
2003 Jan 09
1
Re: samba (2.2.7a) + openldap (2.0.x)
> >Seems I was wrong (left out ldap switch ...), it doesn't compile on >cooker, here is the error: > >Compiling passdb/pdb_ldap.c >passdb/pdb_ldap.c: In function `ldap_connect_system': >passdb/pdb_ldap.c:289: warning: passing arg 2 of `ldap_set_rebind_proc' >from incompatible pointer type >passdb/pdb_ldap.c:289: too many arguments to function
2013 Jan 07
2
Samba 4 on AIX with XLC
Has anyone tried building Samba 4.0 on AIX with XLC? I'm moving right along, but tripping up on some bugs in source3/utils/net_rpc.c, source3/utils/net_rpc_printer.c, and source3/utils/net_cache.c where there is an invalid use of the ":" operator. According to some other posts on the PostgreSQL forum, this shouldn't compile anywhere, even though GCC apparently allows it??