Displaying 20 results from an estimated 1000 matches similar to: "tilde username"
2007 May 13
2
SAMBA on AIX --> nsswitch.conf?
Hi
I am still trying to run SAMBA on AIX with "security = ads" and I have
a few questions:
- on AIX is no such file as /etc/nsswitch.conf --> Do I have to add
the configuration somewhere else?
- I allways get this "User xy is invalid on this system" if try to map
a share from Windows. What does this mean? Is the user invalid on the
Domain? on AIX? on SAMBA? Is the User
2007 Nov 16
4
force ntlm
Hi
We have a problem with the one way trusts between the DEV and PROD
domains (Windows 2003). Microsoft told me to use NTLM instead of
kerberos.
Is there a way to force samba to use NTLM (or NTLMv2) instead of kerberos?
Regards
Urs
2008 Dec 03
3
Stable Samba for AIX5.1
Hello,
I need to upgrade Samba 2.2.2 to a stable Samba version compatible with
AIX5.1 . Need to know the samba version I need to download and apply.
Tito
2007 Oct 05
1
Fwd: could not read attribute 'gidNumber' --> seems to work with ldapsearch
If I run a normal ldapsearch it gives me the gidnumber and uidnumber
attributes. It looks like the AD is set up properly.
---------- Forwarded message ----------
From: Urs Golla <urs.golla@gmail.com>
Date: Oct 4, 2007 9:47 AM
Subject: could not read attribute 'gidNumber'
To: samba@lists.samba.org
Hi
I am using samba 3.0.23c on RHEL5 with security = ads. If I use "idmap
2008 Jul 07
3
libtalloc.so.1()(64bit)
Hi
I am trying to upgrade to samba 3.2 with the experimental package for
rhel5 64 bit from sernet. it tells me i have to install
libtalloc.so.1()(64bit) first. where do i get this? "yum provides
libtalloc.so.1" does not find anything.
thanks
urs
2008 Nov 06
3
NT_STATUS_NO_LOGON_SERVERS
Every few weeks users are not able to logon anymore until i restart the
winbind daemon. The message in winbind.log is NT_STATUS_NO_LOGON_SERVERS.
after that PAM (system-auth --> pam_succeed_if.so) is not able to resolve
the active directory groups anymore. The quick fix is to create a new
situation in our monitoring tool to restart the daemon if this message
appears in the log. Is this a known
2007 May 10
2
security = ads --> invalide user
Hello
I try to run SAMBA with security = ads on AIX 5.3 with SAMBA 3.0.23d.
"net ads join" was successful and the machine is now visible in the Domain
with the netbios name.
When I try to access the shares on the machine the log.smbd files says:
(...)
[2007/05/10 08:58:16, 1] smbd/sesssetup.c:reply_spnego_kerberos(310)
Username MYDOMAIN/MYUSERNAME is invalid on this system
2008 Oct 24
2
force user and read only
Hi
I need a share with read-only access for some developers (to read
logfiles). the logfiles are owned by the application user and group
and have 700 permissions. I have set up the share like this:
path = /applicationx/logs
read only = Yes
valid users = "MYDOMAIN+DEVELOPER1"
force user = applicationx
It does work very well, but somehow it does not look
2007 Jun 01
2
groupmapping impossible?
Does someone know how to do this group mapping in samba? why does "net
groupmap x y" has no effect? If I map a domain group to a local group,
then the members of the domain group should be treated as members of
the local group, or not?
On 6/1/07, Urs Golla <urs.golla@gmail.com> wrote:
> Usage:
> net time to view or set time information
> net lookup
2007 May 14
1
R: Fwd: SAMBA on AIX --> nsswitch.conf?
---- Original message ----
>Date: Mon, 14 May 2007 10:34:32 +0200
>From: "Urs Golla" <urs.golla@gmail.com>
>Subject: Re: R: [Samba] Fwd: SAMBA on AIX --> nsswitch.conf?
>To: "Gianluca Culot" <gianlucaculot@dmsware.com>
>Cc: samba@lists.samba.org
>
>nsswitch.conf does not exist on AIX! It works after changing
>/etc/security/user and
2009 Mar 10
1
Active directory and winbind RID/SID to uid and gid maping across several linux servers
We are using a windows server 2003 active directory as our single sign
on server. I have been able to get our RHEL4U6 servers to authenticate
with active directory.
My concern is that the RID mapping to unix uid/gid range (15000-20000)
is stored locally on each machine in a tdb database. So far all of the
servers have produced the same mapping, but I do not think it is
guarantied. I think the
2020 Feb 13
3
setOperands(int, Value*)
Hello,
I am trying to reset the operands of instructions. What I am doing is, I am
finding all Uses of a specific operand in an Instruction and resetting it
with a new value using "setOperands(int, Value*)". I am doing as:
for (auto vmitr=vm.begin(), vsitr=vs.begin(); vmitr!=vm.end() &&
vsitr!=vs.end(); vmitr++, vsitr++){
// I have two *Value ( operands)
for ( auto myitr
2008 Sep 22
2
Default Domain Not Working.
Hello, I have a AD group called sudo1 which has user user1 as its member
both are members of Domain1
Now when I do
getent group sudo1 the result is
sudo1:x:202120:Domain1+user1
I dont want it show as Domains1+user1, just want it to show as user1
I have winbind default domain = yes.
Anything has to be changed on smb.conf?
thank you all..
~LA
2010 Aug 24
4
OT: redhat training and RHES6
Greetings.
I am planning on getting my RHCE in the near future. I thinking I
should wait until 6 comes out before proceeding. That being said, I
don't want to wait past the end of this year.
That being said, do you all have any information about how long it takes
for their training platform to catch up to their release? Which is to
say, if RHES 6 is released on day 1, at what point
2016 Aug 04
3
Can't connect trough SSH to a new fresh CentOS 7 minimal server
I have installed a new CentOS 7 minimal virtual machine in Vmware
Workstation. I have disabled the firewall by running:
*systemctl disable firewalld* => this one for disable it permanently (I
don't need it since it's a VM for development)
*systemctl stop firewalld* => this one for stop the service
I have set SELinux to be permissive.
SSH is up and running as the output from:
2020 Jan 29
2
Value &operator=(const Value &) = delete;
Does it mean we can not dereference the Value variables?
Value *val = some operand of an instruction;
Value *val2= some operand of another instruction;
I am trying to rewire the operand values of an instruction using:
*val = *val2;
It seems that this is not allowed.
Thanks,
--
Abid M. Malik
******************************************************
"I have learned silence from the
2020 Jan 19
3
Instruction arguments
Hello,
I am loop over the arguments of a call instruction :
---->
for (Value *arg: c->args()){
errs() << *arg << "\n";
arg->print(llvm::errs(), false);
errs()<<"\n";
}
----->
How can I convert the arg for binary comparison(== etc.)? If I am correct,
it is not a string. If the argument is "i32 1",
2008 May 02
4
ext3 filesystems larger than 8TB
Greetings.
I am trying to create a 10TB (approx) ext3 filesystem. I am able to
successfully create the partition using parted, but when I try to use
mkfs.ext3, I get an error stating there is an 8TB limit for ext3
filesystems.
I looked at the specs for 5 on the "upstream" vendor's website, and they
indicate that there is a 16TB limit on ext3.
Has anyone been able to create
2008 May 30
2
Including a tilde in a plotmath-type call
Suppose I have a plot
plot(1:10, pch = "")
And I want some text to indicate a Normal distrubition. I could do
this:
text(5, 6, substitute(X~~~~N(mu, sigma^2)), adj = 0)
text(5.35, 6, "~", adj = 0)
But that's clumsy, and depending on your plotting device, might not even look
sensible. I'd prefer to be able to do it more directly and
simply the way these do:
text(5,
2006 Feb 26
20
[Bug 429] -j REDIRECT does not appear to work correctly
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=429
------- Additional Comments From netfilter@linuxace.com 2006-02-26 00:29 MET -------
When you do this:
netstat -an | grep LISTEN
do you see
0.0.0.0:9080
or does the 9080 line list a specific IP?
Also, is 216.152.242.200 the primary IP address of the incoming interface, or a
secondary?
--
Configure bugmail: