Displaying 20 results from an estimated 200 matches similar to: "smbd Crash"
2009 Oct 01
2
PDC witch LDAP and machine account lookup
Hey all,
i do have the following problem: i set up a PDC with Samba with an LDAP
backend. Everything works fine but the machine account lookup. If i try to
logon to the domain i have to create the machine account in
ou=People,dc=testing,dc=de. Everything works fine with this. But if i create
the machine account in ou=Computers,dc=testing,dc=de and change all suffixes
according to this the
2016 Aug 03
4
FW: kerberos nfs4's principals and root access
You need for the apache keytab something like
Alias /webmail /usr/share/webmail
#
<Directory /usr/share/ webmail >
AuthType Kerberos
AuthName "Kerberos Login"
KrbMethodNegotiate On
KrbMethodK5Passwd Off
KrbServiceName HTTP
KrbAuthRealms EXAMPLE.COM
Krb5KeyTab /etc/httpd/conf/keytab
require valid-user
</Directory>
chmod 400 /etc/httpd/conf/keytab
chown
2010 Jan 25
2
Samba 3.4.5 on ubuntu 8.04 64 bit - Core dumps
I recently installed Samba 3.4.5 on Ubuntu 8.04 64 bit and
had to downgrad again because of massive core panics:
I can't really tell you what caused that (maybe while printing via
samba-cups) - can
somebody give me a hint or tell me what information you need to analyze
that please?
[2010/01/25 13:46:52, 0] lib/fault.c:46(fault_report)
2010 Dec 06
1
Share Problem
Hi,
Like explained in my precedent mail (Permission Problems), I want to do
a share (called partinfo) with basic behaviour :
* everybody in group 'info' can create file into the share.
* everybody in group 'info' can modify file into the share (not only
owned files)
* only owner of a file can delete it/rename it !
I put a Sticky Bit on my share folder so I've got :
2014 Sep 23
4
smbd doesn't start anymore
Hi,
I've a really big problem with my SAMBA 4.1.11 production
server.... it doesn't want to start smbd anymore.... nmbd starts fine
but not smbd.
I've tried to start smbd in interactive mode to see what's happened :
# /srv/progs/samba4/sbin/smbd -i -d9
produce a lot of lines about configuration (all fine), some last
lines are :
added interface lo ip=::1
2016 Aug 02
3
FW: kerberos nfs4's principals and root access
It's ok
So, if I create a httpuser and an httpgroup in my AD and use these at
owner and group for my apache2 daemon, this one could access to userdirs
(while permissions granting it) ? But I need to cron 'kinit' to keep
valid ticket... ?
My local root user always can't access to the share, but my other
problem seems to be resolved.
Thanks
Le 02/08/2016 à 16:37, Rowland
2016 Aug 03
1
FW: kerberos nfs4's principals and root access
If not done, add the server to the AD.
Add the host and nfs to the COMPUTERNAME($) account.
And use winbind to refresh the keytab.
Stop samba,
remove the keytab, create the new with the new SPN's in it,
start samba.
And Use the second keytab for apache with only http as upn in it.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at
2007 Apr 21
3
samba pdc issue
I have upgrade the pdc server from debian sarge to etch.
After this operation we can't login to the domain (client windows 2000 &
XP)
smbclient works fine and from a windows local account I can browser the
samba directories too (puttin username and password before..)
I use tdbsam of course and pdbedit -L let me see all the accounts, it
seems to work fine
I tried to remove a pc from
2014 Aug 14
2
Problem with roaming profiles (always synced but never read)
Hi,
I come to find new ideas about a problem which is blocking me since many
days....
I've an AD DC on Samba 4.1.11, and a file server (on Samba 4.1.11 too)
member of the domain. They works fine (apparently).
I've a Win7 Enterprise x64 client, joined to the domain.
I've created a new user 'foo' to test openning session.
When I log for the first time, my user get a local
2014 Jul 28
1
NFSv4 + Kerberos understanding
Hi,
I've a SAMBA4 AD Domain that works nicely. All my W7 joined perfectly
and all my Linux clients authenticates against kerberos part of SAMBA.
All work perfectly, now I'm trying to secure my NFS mounts by using
kerberos part of SAMBA.
My NFS server works and I can mount NFS4 exports without kerberos (and
without problem ;-) ), but when I want to mount a gss/krb5 export on a
linux
2012 Dec 20
1
Permissions problem
Hi,
I've got a strange behaviour on a share when I copy files with files
explorers (like Thunar, Nautilus, ...).
This is the share configuration :
[share1]
comment = Share 01
path = /home/shares/share1
valid users = +share1
force group = share1
read only = No
create mask = 0660
force create mode = 0660
directory mask = 1770
force directory mode = 1770
browseable = No
2016 Aug 03
1
FW: kerberos nfs4's principals and root access
Hi Rowland,
I've already read this article, but I never find how to indicate to
apache to read this file... After some research, I think I need to
install mod_auth_krb5 to specify at least how to find this keytab (even
if I don't need Apache authentication against Kerberos).
I will try this today and comme back to say if it works !
In fact i'm stuck between my two problems (root
2016 Aug 01
3
kerberos nfs4's principals and root access
On 01/08/16 16:16, Bruno MACADRÉ wrote:
> Hi,
>
> Sorry for this necrobump.... But I'm still can't use my local root
> user to browse content of my NFSv4/Krb5 share...... (others permission
> are checked when root use this share)
>
> So a lot of questions appeared during my tests :
>
> - Must i have same idmap.conf on both client and server ?
>
2009 Oct 05
1
Can't compiling over CIFS Shares
Hi,
My problems with Samba continue... I'm very disappointed, i've never
had as problems with Samba before (on my old server with Gentoo/Samba
3.0.23...).
So the new problem is : When a student want to compile a C program into
his home (mounted in CIFS), the produced executable can't be executed
"./tst: cannot execute binary file". Tried on ubuntu-9.04 with
mount.cifs
2010 Dec 01
1
Permissions problem
Hello all,
I've got an old server running SAMBA 3.3.0. I've some shares on it. All
shares looks like this :
[partinfo]
path=/shares/partinfo
valid users = +info
force user = %U
force group = info
read only = No
create mask = 0660
directory mask = 0770
All works perfectly : When I create a file on this share other users in
the info group can modify it but nobody can delete it
2014 Aug 12
2
Strange behaviour with "force user" parameter
Hi,
I'm in trouble with a share, I found that the problem comes from the
"force user" parameter in my smb.conf.
This is my smb.conf :
[global]
netbios name = filserv
workgroup = SAMDOM
security = ADS
realm = SAMDOM.FR
encrypt passwords = yes
log level = 8
log file = /var/log/samba/log.%m
idmap config *:backend = tdb
idmap config *:range =
2016 Aug 02
2
FW: kerberos nfs4's principals and root access
** I truncate my initial mail below for size reason **
I've tried your tips but nothing better.... AD users can still accessing
share (ouf !!), but local users not more.
I can't find where it blocks....
Thanks for your help Louis,
Greetz,
Bruno
Le 02/08/2016 à 15:33, L.P.H. van Belle a écrit :
>
> You keep 2 ranges.
>
> One for the “local (linux) users”
>
>
2011 Nov 25
6
samba PANIC
Hello folks.
We've got a wierd Problem at a customer server.
The Server was running fine until tomorrow morning...
My problem is that i have no idea where to begin my search for a solution.
The Server is used as a Primary Domain Controller and worked just fine.
here you see what cat /var/log/message | grep smbd is trying to tell me:
First i have a lot of lines like this:
Nov 20 04:04:12 dc
2009 Jul 11
2
Trouble with idmap_ldap in 3.3.6
Hello everyone,
We've been running Samba for years, and with the exception of IDMAP,
we've been very happy. Well, now we have a real need to keep this
information in a shared DB, so I'm trying to set up the idmap_ldap plugin.
I *think* I have lookups working correctly-- at least, I can see that
Samba is contacting the LDAP directory. But since there's nothing
actually
2006 Feb 01
3
No access check deleting printer drivers
Hello list!
On all my samba installations (3.0.20b) I can delete all unused printer
drivers with rpcclient regardless which user name or password i use.
Is this a general feature or might it depend on my settings?
Thanks,
Martin
--
Martin Zielinski mz@seh.de
Software Development
SEH Computertechnik GmbH www.seh.de