Displaying 20 results from an estimated 3000 matches similar to: "Enum NT builtin users"
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
2006 Jul 11
1
Registering Samba server in a MS DNS
Hi list,
I'm not sure if this is the right place to ask this question but I
guess someone has probably don this before.
I wonder how I can easily register my samba box's in my Windows DNS?
It is quite easy to register with WINS but how do I register it to
the DNS?
Reagards,
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 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
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
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
2006 Aug 18
1
samba and BUILTIN groups
Hi all,
yesterday I installed Samba Version 3.0.23b on our new fileserver. We
currently have another fileserver with Samba 3.0.22.
Our existing fileserver is compiled from source because we patched it to
support Windows 2003 Server R2 active directory schema. (We changed the
OIDs Samba reads from the ADS schema.)
Now we want to replace it with rpm-packages of the new version. We
installed a
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
2006 Aug 22
2
Cannot create builtin/administrator group and getpeername failed
Hello,
My PDC is working but I have some errors on my log, I'm searching since
some days but I cannot find why.
In log.smbd I have
[2006/08/22 16:30:22, 0] lib/util_sock.c:get_peer_addr(1229)
getpeername failed. Error was Noeud final de transport n'est pas connect??
And In log.MachineName I have
[2006/08/22 19:17:33, 0] auth/auth_util.c:create_local_nt_token(899)
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
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
2005 Oct 21
3
Samba-EventLog-HOWTO
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
For those interested in some more detail of the EventLog
features in the upcoming Samba 3.0.21 release, see:
http://www.samba.org/~jerry/Samba-EventLog-HOWTO.txt
Thanks to Brian Mroan and Marcin Porwit at Centeris
for all their hard work.
cheers, jerry
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with
2008 Dec 03
2
little help with error please (new)
attempting to get starquest online to run in linux. I had to add a couple common dlls.
mfc42.dll and msvcp6.dll which got rid of alot of the eorrs after adding thsoe dlls now get this. I donno if theres anythign thing I can try more or if one error means somethign needs coded into wine to implement that feature of the DLL. any help be much appreciated. here is the error
Code:
wine: Unhandled
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
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
2007 Jul 12
1
Using setuid on smbd
Hello list,
I wonder if it is a really bad idea to setuid bit on samba daemons to
make them start with root privileges?
I need it in an embedded systems where the daemons are started by a
non root user and I don't have access to sudo etc and we all know
that smbd should run under root.
Cheers,
henke
2007 Jun 14
2
API towards cFerret
Hello list,
I know this is a little OT but I wonder how I would go about using
cFerret directly through C/C++ for indexing.
Right now I do
index = Index::Index.new(:path => ''/path/to/index'')
index << {:title => "Programming Ruby", :content => "blah blah blah"}
How would I do this in C/C++ against cFerret?
Thanks!
//Henrik
2005 Dec 29
2
Yum install samba
Hi,
I just wonder why my yum repos only shows samba 3.0.14a which is
quite old.
Do I have to set up a special repo for the samba packages?
And yes I know that I should use rpm and I usually do that but I want
to install an old version and I only find the latest rpm in the
download area.
Cheers,
Henrik