Forgive a possibly naive question.
I have a Linux laptop (mandrake 9) which I would like to use as a client on
network at work. The work LAN is a mixture of W2K servers and NT4 servers.
Some share volumes are ADS.
I can read the non-ADS shares just fine (samba 2.2.7a), but (no surprise here)
it chokes on ADS volumes using either the smb protocol in Konqueror or w/
Linneighborhood to mount the volumes.
I have no administrator rights on the LAN.
Can some one please point me to some directions for configuring the box to
read the ADS volumes?
TIA
Paul
From "Stefan =?iso-8859-1?q?V=F6lkel=22? <Stefan.Voelkel at
millenux.com>" at samba.org Tue Apr 1 20:38:27 2003
From: "Stefan =?iso-8859-1?q?V=F6lkel=22? <Stefan.Voelkel at
millenux.com>" at samba.org ("Stefan =?iso-8859-1?q?V=F6lkel=22?
<Stefan.Voelkel@millenux.com>"@samba.org)
Date: Mon Dec 1 13:00:55 2003
Subject: [Samba] passwd chat (own programm) won't work
Message-ID: <pan.2003.04.01.20.38.25.779908@millenux.com>
Hello,
I would like to call a self written, non-interactive password change
script or programm.
smb.conf:
unix password sync = Yes
passwd program = /opt/samba/pass %u
passwd chat = Password\n%n\n *ok
passwd chat debug = yes
a c test programm
#include <unistd.h>
#include <stdio.h>
#include <syslog.h>
int main(void)
{
const int SIZE = 100;
char buf[SIZE];
ssize_t i;
openlog("pass", LOG_PID, LOG_USER);
printf("Password\n");
i = read(0, buf, SIZE);
buf[i] = 0;
syslog(LOG_DEBUG, buf);
return 0;
}
there appears no entry in the syslog :/.
so I tried a small shell script:
#!/bin/bash
logger $1
echo Password
read PASS
logger -t pass $PASS
I can see the user in the syslog but no password.
loglevel is up at 100, but I can see no entries involving my
script/programm.
Any ideas?
Thanks in advance
Stefan
--
--------------------------------------------------------------------
Stefan V?lkel stefan.voelkel@millenux.com
Millenux GmbH mobile: +49.170.79177.17
Lilienthalstra?e 2 phone: +49.711.88770.300
70825 Stuttgart-Korntal fax: +49.711.88770.349
-= linux without limits -=- http://linux.zSeries.org/ =-