Displaying 20 results from an estimated 2000 matches similar to: "Registering Samba server in a MS DNS"
2007 Feb 22
5
Combine ferret with database
Hello list,
I wonder if someone has some tips on joining a ferret search with a
database.
I have a rails project using a postgresql backend and I would like to
utilize the superb performance of ferret for fulltext searching.
The problem is that I have to joined the result with the database as
I have some user access rights to different documents to take into
account.
Does anyone have
2006 Aug 18
2
Why can't I delete "Everyone" ACL entry on a Samba share?
Hi list,
Using Samba 3.0.22 on a Debian box.
Samba is using security = ADS and is a member server.
Winbind, kerberos works as expected.
BUT
If I look at the security tab in windows I always see the Everyone
entry.
I think this is because the POSIX "other" entry in the FS on the
debian box, correct?
Can I remove it? If so how?
Thanks,
Henrik
2007 Mar 06
3
Highlight method creates malformed characters.
Hello list,
I''ve just updated to 0.11.3 and I came upon this problem.
When using the highlight function in a rails application I sometimes
get the error "Malformed UTF-8 character."
It is just on certain documents and if I change the excerpt length
the error disappears so it feels that if the highlight method cuts
the text at the wrong character the function returns a
2006 Mar 08
3
date created attribute doesn't seem right
Greetings,
I've setup a samba server (ver 3.0.14a-3) on debian sarge. When I copy files to the server, the 'date created' attribute is always the same value as the 'date modified' attribute. The 'date modified' attribute remains the same, but the 'date created' changes as noted above.
I also have a snap server which has the same type of behavior. It is my
2005 Dec 13
2
NET VIEW equivalent in Samba
Hi!
Is there a NET VIEW equivalent in samba?
I looked at smbclient -L but then I have to know the browser master.
I only want to specifiy a workgroup..
Regards,
Henrik
2005 Dec 12
1
Check permissions on share
Hi!
I wonder if there is som easy way to determine the permissions for a
specific user on a share?
Parsing smbcacls is the only solutions I can come up with right now
but its not pretty!
Thanks
Henrik
2006 Jul 03
1
Failed to set servicePrincipalNames 3.023rc3
Hi list,
I get this error when joining my samba server to the domain.
Failed to set servicePrincipalNames. Only NTLM authentication will be
possible.
Please ensure that the DNS domain of this server matches the AD domain,
Or rejoin with using Domain Admin credentials.
Joined 'CUBE' to realm 'KIC.SE'
I joined the same machine to the domain a couple of days ago using
samba
2006 Jun 12
1
Enum NT builtin users
Hi list,
I need to be able to enumerate all users on a client machine.
I've been using NET RPC USER/GROUP command but it doesn't display
some builtin users/groups like NT INSTANCE\SYSTEM (S-1-5-18) and
Everyone (S-1-1-0).
Does anyone know if it is possible to enumerate ALL users/groups on a
client?
Cheers,
Henrik
2006 Jul 26
1
rpcclient netsharegetinfo against linux server
Hi list,
I wonder why rpcclient -c 'netsharegetinfo tmp' returns "C:\tmp" as
physical path when run against a samba server on a linux box. It
should return "/tmp".
As I understand it the rpcclient command is not actively maintained,
if so, is there any other utils or libs that will let me do this?
Cheers,
Henrik
2006 Jan 16
3
Problem getting share list from NetApp
We defined a share, sales_cifs_test, on our NetApp server. Note that the
length of the name is longer than 13 characters.
We can see the share with Microsoft Explorer.
We can mount the share from Linux using smbmount.
What we want to do is to get a list of shares from NetApp. The tools
that can do this are the samba programs smbclient and net.
Smbclient will not show names longer than 13
2007 Mar 21
4
Cannot delete for id of type Array
Hello list,
I have a little weird error when deleting documents from the index.
I''m using the following code.
ferret_index = Ferret::Index::Index.new(:path => FERRET_INDEX_PATH)
query = Ferret::Search::TermQuery.new(:fk_file_id, "#{_fk_file_id}")
ferret_index.search_each(query) do | id |
ferret_index.delete(id)
end
And I get the following error
Cannot delete for id of
2006 May 11
4
proposed list of parameter to remove in 3.0.23
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Here's a short list of parameters I'd like to remove
from smb.conf.
hosts equiv
read bmpx
wins partners
ldap server
ldap port
homedir map
nis homedir
magic script
magic output
Comments?
jerry
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
2005 Oct 04
3
Net Rpc Logoff possible?
Hello!
I wonder if it is possible to send a logoff rpc signal?
If it is not possible as today would it be possible if we could trace
the rpc logoff signal sent p? MS own products?
Any suggestions are welcome!
Regards
Henrik
2006 Dec 19
1
smbstatus parsing (XML output)
Hey all,
I'm preparing to start development of a new version of 'smbstatus' that
produces XML output, instead of the tabular data it currently produces.
This follows an attempt to parse the output of the current 'smbstatus' (
3.0.22) using grep and a few other shell tools, from a system call in PHP,
and then further RegEx parsing to create a multidimensional array of the
2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
See attached samba-3.0.23/examples/pdb/test.c which actually compiles.
-------------- next part --------------
/*
* Test password backend for samba
* Copyright (C) Jelmer Vernooij 2002
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the
2007 Jan 25
1
smbtorture4 fails RAW-LOCK against 3.0.23d
I think the message title says it all. I was attempting to do 'make
test' against 3.0.23d and include the smbtorture4 tests from 4.0.0tp3
(as I read somewhere to be a good idea). Is there any reason that the
test should not work? Does it have something to do with the 'unknown
parameter'? Make test works fine without smbtorture4.
Platform is Solaris 9 on sun4u. Samba 4 was
2006 Apr 27
12
Execute controller function from RJS
Hi all,
I wonder if it is somehow possible to execture or redirect to a
controller function from RJS?
Right now I do:
def foo()
render :partial => ''executeagain''
end
_executeagain.rhtml
<script>
new Ajax.Updater(''elmntID'', ''/test/foo/'', {evalScripts:true});
</script>
This will loop I know :)
How can I achieve the same
2007 Mar 13
3
Win32 services management?
Hi there,
I just saw samba added the "net rpc service" for Win32 service
management since 3.0.20, and it's fantastic. I used to use samba-tng
to do this job, but now I can use samba! However, I also found it has
limited usage. I cannot pass parameters when I start a service, and I
cannot create a new service, too.
Is there any plan for samba to extend this feature?
--
Best
2004 Jul 05
1
NMBD shutting down problem
Hi,
I use a samba 3.0.2a server on a Linux Mandrake 10.0.
This morning, I found the nmb daemon shut down
with the following message in the nmbd log file :
[2004/07/03 20:39:53, 0] nmbd/nmbd.c:reload_interfaces(263)
reload_interfaces: No subnets to listen to. Shutting down...
Over the web, I found many questions about this problem but no real answer.
Any idea or precision about this. It is a
2006 Apr 13
2
Big performance difference between smbclient put/get
Hi list,
I'm using Samba 3.0.21 on a FC4 box.
When copying files using smbclient I get huge speed differences
between put and get commands.
smb: \> put backup.tar
putting file backup.tar as \backup.tar (543.0 kb/s) (average 543.0 kb/s)
smb: \> get backup.tar
getting file \backup.tar of size 31549440 as backup.tar (7681.4 kb/s)
(average 7681.4 kb/s)
smb: \> put backup.tar