Re: [Samba] smbmount

2004-03-13 Thread Stefan=20G=FCnther
Hi, Hartmut Krummrei <[EMAIL PROTECTED]> schrieb am 13.03.04 12:23:48: > > Hi, > > Problem: I want a normal user to mount a Windows share. Therfor I > created a "device"-icon on his desktop and inserted a line in fstab: > > //karin/KARIN-D /home/hartmut/karin-d smbfs noauto,user,exec,rw 0 0 >

Re: [Samba] Alias for shares

2004-03-12 Thread Stefan=20G=FCnther
Hi, "Matthias Spork" <[EMAIL PROTECTED]> schrieb am 12.03.04 21:36:49: > > Hello list, > > can i configure an alias-name for a share? > volume= might be the parameter you are looking for. It's not really an alias, but perhaps it helps. Stefan -- ***

RE: [Samba] Trouble mounting a windows share from Linux

2004-03-11 Thread Stefan=20G=FCnther
> Using smbmount fails. I am unsure how to install smbmnt as suid root: > chmod u+s /usr/bin/smbmount Hm, suid root -not a really good idea ... > [EMAIL PROTECTED] root]# smbmount //testtech/shawn /home/shawn/mnt > username=shawn uid=root gid=root fmask=0755 gmask=0755 workgroup=tech rw

Re: [Samba] Trouble mounting a windows share from Linux

2004-03-11 Thread Stefan=20G=FCnther
> First off, I need to somehow connect the workstations to these shares after > the user logs in. I can successfully connect to them with smbclient, but I > need a much more user friendly connection, such as a mount point using > smbmount. My attempts to use smbmount have failed, > What d

Re: [Samba] Wierd error while trying to join a domain

2004-03-11 Thread Stefan=20G=FCnther
Hi, "David Chait" <[EMAIL PROTECTED]> schrieb am 10.03.04 21:32:56: > > Platform: RHEL 3 > Version: 3.02a > > For some reason whenever I try to join our domain by using either RH's > binary or a custom compiled src.rpm, I get the following: > > [EMAIL PROTECTED] samba]# net join -U dc

[Samba] Compiling Samba on AIX 5.2: compiler cannot create executables

2004-03-09 Thread Stefan=20G=FCnther
Hello, today I tried to compile Samba 3.0.2a on an AIX 5.2 system with Visual C++ 5.0.2. configure failed with the error message "compiler cannot create executables". I have read this message before on a linux system and was able to fix it (if I remember correctly) by installing cpp. But cpp is

[Samba] krb5_cc_credentials not found [SOLVED], Part II

2004-03-08 Thread Stefan=20G=FCnther
Sorry, I forgot to mention, that I recompiled Samba after I installed the MIT Kerberos. Stefan -- * in-put GbR - Das Linux-Systemhaus Stefan-Michael Günther Moltkestraße 49 D-76133 Karlsruhe Tel./Fax : +49 (0)721 / 83044 - 98/93 http://www.in-put.d

[Samba] krb5_cc_credentials not found [SOLVED]

2004-03-08 Thread Stefan=20G=FCnther
Hi, a number of people reported problems when trying to join the ADS. The error message mostly looked like "krb5_cc_credentials not found" or "ads_connect: No such file or directory". I got these errors on my SuSE 9.0 (Samba 3.0.2a, heimdal-devels installed, Samba configured with --prefi

Re: [Samba] Question regarding Login Scripts

2004-03-08 Thread Stefan=20G=FCnther
Hi, > not currently executing during a login. Now, my question is, is it possible > to have SAMBA execute the scripts without actually joining the SAMBA domain? > I have custom login screens with Windows XP and I'm trying to stay away from > the Windows 2000 style login screen. If anyone has thi

Re: [Samba] Problem with Winbindd not showing all Groups

2004-03-05 Thread Stefan=20G=FCnther
Hi, > The problem is, that if I do 'wbinfo -g' I only see a small number of > groups, > about 10, where there should be almost 30 groups. > The 'wbinfo -u' works fine, I see all my users. > Could it be that there is a problem with german 'Umlauts (äöü)'? I have some > groups > with these c

[Samba] ads_connect: No such file or directory

2004-03-01 Thread Stefan=20G=FCnther
Hi, I have a little problem with connecting Samba and ADS. My system/configuration - SuSE 9.0 - Samba 3.0.2a - Windows2000 Server smb.conf [global] workgroup=intern encrypt passwords = yes security = ads netbios name = sambaserver realm = INTERN.LOCAL [h

Re: [Samba] different "encrypt passwords" in virtual servers?

2004-02-28 Thread Stefan=20G=FCnther
Hi, now my smb.conf files look like this. ## smb.conf: [global] workgroup=gruppe1 netbios name = Samba3 server string = Samba 3.0.2 passdb backend = tdbsam # encrypt passwords = yes # security = share l

Re: [Samba] winbind help

2004-02-27 Thread Stefan=20G=FCnther
Hi, SuSE prefers to start the nscd which (my experience) blocks to access to the PDC. /etc/init.d/nscd stop was a pure success for me. Good luck. Stefan [EMAIL PROTECTED] schrieb am 28.02.04 02:48:27: > > I have a Suse 9 server setup with Samba 2.2.8 as the PDC. > > I would li

[Samba] different "encrypt passwords" in virtual servers?

2004-02-24 Thread Stefan=20G=FCnther
Hi, is it possible to use "encrypt passwords=yes" in the main server configuration and "encrypt passwords=no" in the virtual server configuration? My current smb.conf looks like this: workgroup = AGPC101 netbios name = AG-pc101-Server server string = PC101-Server