Displaying 20 results from an estimated 10000 matches similar to: "security = ads, username map and valid users"
2013 Mar 11
1
username map is not functioning
B0;261;0cHi there,
On Mon, 11 Mar 2013, Kevin Shaw wrote:
> When the company upgraded AD from 2003 to 2008R2 users lost the
> ability to access Samba shares without being prompted for a
> password. I've upgraded Samba from 3.0.30 to 3.6.6. I would like to
> continue using username map to map my users however it appears the
> map is being ignored. The only way I can get this
2012 May 03
2
username map not working to 3.6.3 (security =ADS)
Hi all,
?
i'm working on solaris 10 with compiling samba version 3.6.3.
My box is client?of LDAP on solaris server
Server Samba is domain member of AD Windows 2008R2
Kerberos is configured to link to AD Windows 2008R2.
?
I'm not use windbind in my configuration.
?
I've got this messages
?
[2012/04/27 13:39:10.550408,? 3] auth/user_krb5.c:50(get_user_from_kerberos_info)
? Kerberos
2014 Oct 28
4
[Bug 2301] New: test_sshbuf_misc.c:44 ASSERT_INT_NE(feof(out), 0) failed
https://bugzilla.mindrot.org/show_bug.cgi?id=2301
Bug ID: 2301
Summary: test_sshbuf_misc.c:44 ASSERT_INT_NE(feof(out), 0)
failed
Product: Portable OpenSSH
Version: 6.7p1
Hardware: MIPS
OS: IRIX
Status: NEW
Severity: enhancement
Priority: P5
Component: Regression
2010 Mar 03
1
asterisk SIP, SIPAddHeader() and Cisco GED-125
Greetings:
I'm in the situation where I'm trying to splash information picked off
by an asterisk IVR into a Cisco call center environment. I'm under the
impression that the ONLY way to do this is to setup socket connections
with the Cisco "voice processor", or CVP, and send packets
corresponding to GED-125. Cisco has a detailed 100+-page document
detailing the internals of
2010 Jul 23
7
fail rollback transaction with manual raise exception
With :
PostgreSQL 8.4 or postgresql-8.3
rails 2.3.4
pg 9.x or pg 8.x
I test this code:
=========================
class NkiBatch < ActiveRecord::Base
Bank.connection.transaction do
bank = Bank.new(:name => "ddsjdsjdsjk")
bank.save!
raise ActiveRecord::Rollback.new
end
end
and this:
=========================
class NkiBatch < ActiveRecord::Base
2012 May 04
1
after joining the domain the server loose the domain controller
Hello,
I've a rhel6 server on a vmware structure.
samba rpm are;
samba-common-3.5.10-115.el6_2.x86_64
samba-3.5.10-115.el6_2.x86_64
samba-winbind-clients-3.5.10-115.el6_2.x86_64
smb.conf
[global]
workgroup = AAAA
server string = TSTArchive
security = DOMAIN
passdb backend = tdbsam
log level = 3
local master = No
ldap ssl = no
cups options = raw
short preserve case = No
dos filetimes = Yes
dos
2012 Jul 26
1
gamma distribution in rugarch package
Hi guys,
does anyone know if there is the possibility to fit a gamma distribution
using ugarch?honestly i don't know if maybe is possible to fix some
parameters that reduce ghyp or ged in a gamma distribution..
thanks a lot
sara
--
View this message in context: http://r.789695.n4.nabble.com/gamma-distribution-in-rugarch-package-tp4637893.html
Sent from the R help mailing list archive at
2003 Jan 07
1
help interpreting output?
Dear R experts,
I'm hoping someone can help me to interpret the results of building
gam's with mgcv in R.
Below are summaries of two gam's based on the same dataset. The first
gam (named "gam.mod") has six predictor variables. The second gam
(named "gam.mod2") is exactly the same except it is missing one of the
predictor variables. What is confusing me is
2007 Sep 26
2
libFLAC++ Seeking
Hello,
I've a problem with seeking using libFLAC++ API.
The call to seek_absolute always returns with false, whatever I do.
I tried many different ways, finally I tried to reduce my added code to near zero, so I used the cpp decode example in ...\flac-1.2.1\examples\cpp\decode\file\.main.cpp and added only one line:
bool b=decoder.seek_absolute(1000);
right before
ok =
2012 Sep 24
2
smbclient username not working
I joined a samba 3.5.10 server to a samba4 active directory domain. Windows
clients can't browse the root of the servers shares (\\192.168.10.10 ) but
they can access the shares if I manually mount them.
The following command works on the server that samba 3.5 is running on.
smbclient -U administrator -L 127.0.0.1
The following command gives a NT_STATUS_LOGON_FAILURE on a client
2004 Oct 08
0
(retry) 3.0.7: username map doesn't work with security=ADS
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
(OK, my first message got mangled because of the attachments, so I'm
reposting)
I've got a samba 3 box that's part of an AD domain. It works correctly
for most users; but there was a problem where certain users couldn't
connect. We'd get a log message that looks like this:
Username SAMPLE.COM\pcuser is invalid on this system
2004 Oct 08
0
username map for ADS groups
I'm having some kind of trouble mapping all users in an ADS group to a Unix id.
I'm running Samba 3.0.7 on Solaris 9 as a member of a Windows 2000 ADS Domain.
Here's my smb.conf:
********************************************************************************************************
[global]
workgroup = ADSDOM
realm = ADSDOM.MY.COM
server string = Samba
2019 May 02
0
username map with “security = ads”
On Thu, 2 May 2019 11:59:45 +0200
Philipp Gesang via samba <samba at lists.samba.org> wrote:
> Hey guys,
>
> on a machine with the role “member server”, joining AD requires
> setting “security = ads”.
This would make your computer a Unix domain member of an active
directory domain
> Access to shares using local users set up through smbpasswd requires
> “security =
2019 May 02
0
username map with “security = ads”
On Thu, 2 May 2019 13:34:01 +0200
Philipp Gesang <philipp.gesang at intra2net.com> wrote:
> Hi Rowland,
> >
> > > Now our use case requires for the machine to be joined but also
> > > grant access to shares to local users.
> >
> > Not going to happen, because your local users will be unknown to the
> > domain.
>
> That’s the
2019 May 02
0
username map with “security = ads”
On Thu, 2 May 2019 14:27:32 +0200
Philipp Gesang <philipp.gesang at intra2net.com> wrote:
> with
>
> server role = member server
> security = user
The 'security = user' overrides the 'server role = member server'
It is a 'standalone server'
What is more, unless you have changed the workgroup, you now have a
'workgroup' and a 'domain'
2019 May 02
0
username map with “security = ads”
Hi Louis!
-<| Quoting L.P.H. van Belle via samba <belle at bazuin.nl>, on Thursday, 2019-05-02 03:15:46 PM |>-
> Not tested, just brain farts ;-)
>
> Setup a member, Allow guest access. ( in global : guest ok = yes )
> This allow local users to access the server ( not shares )
>
> On the shares
> Deny "domain users" and/or authenticated users.
2015 Apr 10
1
Username issue with Samba 3.6.8
Hello,
I am currently running into a very weird issue and I was wondering if anyone else has seen this before.
Samba 3.6.8 running on a Solaris 10u5 server.
The SAMBA share is accessed through Windows 7 clients.
A username with the word "power" can't connect. It gives an error of "Invalid username and or bad password"
We modify the user account with different variations
2008 Dec 19
4
[LLVMdev] Unwinds gone missing
After much delay, I have finally reached the point in my work where I
need to implement some kind of exception handling. I understand that
"unwind" is currently unimplemented and will remain so for the
forseeable future.
In the mean time, are there any examples available for implementing Java
or Python-style exceptions using __cxa_throw or something similar? I've
read and
2004 Feb 17
3
More Benchmarks, and a question about indexing
Hi,
We are thinking of converting to Dovecot to lighten our I/O load. I have done
some performace tests comparing UW-IMAP to Dovecot when using mbox format if
anyone is interested. They primarily examine the I/O improvements that can be
gained from using Dovecot over UW when staying with mbox format:
http://whizzo.uoregon.edu/public/src/mailperf/results.html
I had too much cached for this set
2007 Feb 27
1
Additional args to fun in integrate() not found?
Hello, fellow Rdicts,
I have the code for the program below. I need to integrate a function
of "x" and "p". I use integrate to integrate over "x" and pass "p" as
an additional argument. "p" is specified and given default value in
the argument list. Still, integrate() cannot read "p", unless I
explicitly insert a numeric value in the