Displaying 7 results from an estimated 7 matches for "375gnu".
Did you mean:
375gb
2012 Aug 29
3
syntax of samba-tool to deal with SRV DNS record
Hi,
i'm looking to update some SRV DNS Record , but i didn't find the correct syntax to handle priority, weight and port.
The goal is to higher the priority of one of my different DCs.
Thanks for your help
Alain
2014 Nov 13
1
no access to share after long timeout
We've got file server with samba 3.6.6 (debian 7 package) set as AD
member server. Users usually connect to it and leave their sessions
open. On the next day when they try to open any file or directory on
shares they receive message that access is denied. If I kill their
session on server they reconnect and work without problems.
As a workaround I've set parameter deadtime in smb.conf.
2012 Oct 12
3
[PATCH] explicitly use escaped minus in man pages
---
man/man1/unicorn.1 | 32 ++++++++++++++++----------------
man/man1/unicorn_rails.1 | 34 +++++++++++++++++-----------------
2 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/man/man1/unicorn.1 b/man/man1/unicorn.1
index 0b496af..749272a 100644
--- a/man/man1/unicorn.1
+++ b/man/man1/unicorn.1
@@ -4,7 +4,7 @@
unicorn - a rackup-like command to launch the Unicorn HTTP
2013 Nov 01
7
[PATCH] construct listener_fds Hash in 1.8 compatible way
This renables the ability for Ruby 1.8 environments to perform reexecs
---
lib/unicorn/http_server.rb | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/lib/unicorn/http_server.rb b/lib/unicorn/http_server.rb
index 2decd77..9a5795c 100644
--- a/lib/unicorn/http_server.rb
+++ b/lib/unicorn/http_server.rb
@@ -449,13 +449,14 @@ class Unicorn::HttpServer
end
2012 Sep 14
0
ntlm_auth returns nothing (4.0beta8)
ntlm_auth from samba 3.6:
# /usr/local/bin/ntlm_auth --domain=DOMAIN --username=USER --password=PASSWORD
Ignoring unknown parameter "server role"
Ignoring unknown parameter "server services"
Ignoring unknown parameter "dcerpc endpoint servers"
NT_STATUS_OK: Success (0x0)
ntlm_auth from samba 4.0-beta8:
# /usr/bin/ntlm_auth --domain=DOMAIN --username=USER
2012 Dec 07
0
incorrect gpo acl after sysvolreset (rc6)
I'm running rc6, but it's not a clean installation, it's samba3
upgraded to 4.0 in ages of beta2.
samba-tool ntacl sysvolcheck dies with message about incorrect acl on
gpo, but that acl is set by sysvolreset.
lobus at sirius-a:~$ sudo samba-tool ntacl sysvolcheck
ERROR(<class 'samba.provision.ProvisioningError'>): uncaught exception
- ProvisioningError: DB ACL on GPO
2013 Jan 19
1
CDB support (with patch)
Hello!
Is there anybody interested in CDB support for auth dicts?
I've implemented simple patch for it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot-dict-cdb.patch
Type: text/x-diff
Size: 6342 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20130119/919cd071/attachment-0004.bin>