Displaying 20 results from an estimated 4000 matches similar to: "No results found"
2004 Feb 10
0
Access to files
I needed to find a way for a user, on a Windows 2000 host and logging in to our internal network with appropriate network login id and password, to be able to access files in a filesystem on a unix host running HP-UX 11 (and Apache webserver) which is also on the same network.
The files in the directory on the unix host are open for all to read.
The application on the Windows host expects to
2004 Feb 11
0
Access to Files on Unix host from Windows2K Host
I needed to find a way for a user, on a Windows 2000 host, to be able to access files in a filesystem on a unix host running HP-UX 11 (and Apache webserver) both of which are on the same network.
The files in the directory on the unix host are open for all to read.
An application on the Windows host expects to have the path for the file system (on the unix host) defined in an .ini file as
2004 Feb 26
2
Log user log-offs
Does anyone know of a way to log when a user logs off using Samba as a
PDC. I have Samba 3.0.2a and can log log-ons using root preexec on a
share all users mount, however I do not know of a way to log log-offs.
We need this data for record keeping purposes. We don't use roaming
profiles, so using root postexec is not an option as shares disconnect
when not in use.
Thanks for any help,
2003 Oct 30
1
NAT type router database?
Is anybody aware of a database containing the types of nat
implementation in todays soho/consumer routers? I think it would make
sense for the community to have this database in order to avoid
symmetric nats.
If one such thing does not exist how about starting this database?
A stunclient for linux can be found at
http://sourceforge.net/projects/stun/
I can contribute this information for two
2004 Feb 27
1
Running nmbd without smbd
Is it possible? just for wins server, not for file sharing.
--beast
2004 Feb 24
1
Samba 3.0 PDC install with openssl error
Hello,
Trying to configure OpenLDAP, for a Samba PDC server, but I keep getting the
following error;
checking for openssl/ssl.h... no
checking for ssl.h... no
configure: error: Could not locate TLS/SSL package
However, ssl.h is located in /usr/local/ssl/include/openssl/ssl.h
The enveloped configure command is;
env CPPFLAGS='-I/usr/local/BerkeleyDB.4.2/include -I/usr/kerberos/include'
2004 Feb 27
1
[Samba/LVS] Howto, coming soon ...
Hi all,
I've built an LVS architecture for Samba PDC to get load-balancing for very
large community of users. It intends to make an authentication processes
repartition, offers load-balancing on shares access as well. I'll try to
complete a draft for the end of next week. All feedback will be really helpful.
Fred
2004 Feb 27
1
The account is not authorized to login from this station.
I'm in the process of upgrading to Samba 3.02a on a file server and
I'm trying to finish all the configuration and testing. When I try to
access the server through network neighborhood I get the error message
that is in the title of this email, what are the possible causes for this?
I've got encrypt passwords set to no when this happens. If I change
that setting to yet, I get a
2004 Mar 03
1
Two WINS servers on different subnets
Hi
If I connect two LANs (on different subnets) and want to use windows
filesharing, I need a WINS server right? Can I have one server on both
subnets and make them "talk to each other" ? The problem is that the two
networks are connected through a VPN tunnel and I don't want to place a
WINS server on just one of them in case the VPN tunnel is lost. I want
the subnets to work
2004 Mar 08
1
Can not install samba
When trying to install on HP-UX B11.0 9000/887 it give me the following messages
configure: WARNING: netinet/ip.h: present but cannot be compiled
configure: WARNING: netinet/ip.h: check for missing prerequisite headers?
configure: WARNING: netinet/ip.h: proceeding with the preprocessor's result
configure: WARNING: Sufficient support for iconv function was not
2004 Mar 12
2
mapping home dir
Hi
I am running a RH9 box in a w2k domain. I have installed
winbind on the RH9 box joined it to the domain
successfully. Domain users can login with their accounts.
The problem is when they login they get a message stating
that their home dir doesnt excists. How can i map their
home dir that is on a w2k member server and how can i
create their home dir on the RH9 box when the domain users
login?
2004 Feb 25
1
probleb with 'passwd chat' and 'passwd program'
Hi !
I have a problem using an external script to change password :
in smb.conf, i have :
=> passwd chat = "Changing password for*\nNew password*" %n\n "\nRetype
new password*" %n\n
=> passwd chat debug = Yes
=> log level = 100
=> unix password sync = Yes
=> passwd program = /usr/local/sbin/smbldap-passwd %u
The script is called normally, and logs show that the
2017 Oct 31
2
[Bug 13112] New: receive_xattr heap overread with non null terminated name and xattr filter
https://bugzilla.samba.org/show_bug.cgi?id=13112
Bug ID: 13112
Summary: receive_xattr heap overread with non null terminated
name and xattr filter
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2005 Jun 01
1
Problem with fPortfolio
Hello,
I hesitate to call this a bug, because I could have forgotten something
important, but the MarkowitzPortfolio example in fPortfolio does not work
for me. Here's my code:
> library(fPortfolio)
>
>xmpPortfolio("\nStart: Load monthly data set of returns > ")
> data(berndtInvest)
> # Exclude Date, Market and Interest Rate columns from data
2011 Mar 09
7
[Opinion Request] SIP phones that work well with Asterisk
Hi,
Would you recommend some standalone SIP phones that work well with
Asterisk? Personal experience preferred.
Thanks,
-- Raj
2013 Nov 20
4
puppet testing
Hi There,
I am kind of lost, understood something wrong. I have written a module.
Now how can I test this module? Do I need to copy it to agent or server? Is
it possible to test it as a standalone module where I have a machine with
puppet agent or server installed? It is a simple module I dont want
complicate things with cucumber or some rspec etc.
How can I test it with puppet apply
2015 Sep 14
2
[PATCH] Dont bypass compiler driver for Dependency generation options
> On Sep 13, 2015, at 11:04 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
>
> On Thu, Sep 10, 2015 at 1:55 AM, Khem Raj via Syslinux
> <syslinux at zytor.com> wrote:
>> We can let compiler driver pass the right options to preprocessor after
>> processing -Mxy options, right now its bypassing the gcc driver and
>> handing them straight to cpp
>>
2010 Sep 03
1
Help on Select.list
Hi R,
I am using select.list
names=c("Ravi", "Raj","Shubha","Nivriti")
select.list(names) provides a drop down to choose one of the 4 names.
However I would like to know if it is possible to create a
classification something like this
select.list(names) should give
Boys
Ravi
Raj
Girls
Shubha
Nivriti
I should be able to choose
2006 Mar 24
5
Problem bringing up 32-bit Sles 9 on a Dom-VT
All,
We are facing some issues bringing up a DomVT on Xen x86_64(changeset
9267).
We created a disk image with dd 8 G in size.
We then booted an associated Dom-VT with a CD-ROM and did net-install of
the sles-9 OS.
This completes successfully.
Then, when the system is brought around for a reboot (having changed the
boot option from cdrom to disk), the system hangs after the line
2009 Feb 17
2
Asterisk supports SIP-T?
Asterisk supports SIP-T?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090217/7cc67800/attachment.htm