Displaying 20 results from an estimated 600 matches similar to: "getent acting unreliable with idmap_ad"
2010 Jul 28
2
Does anybody use idmap_adex?
Hi,
Actually I am using the Backend Idmap_AD. I thought Idmap_adex is still under heavy development.
Tobias
Mit freundlichen Gr??en
Tobias Mucke
LFK-Lenkflugk?rpersysteme GmbH
Serverpool, FCI4
Landshuter Stra?e 26, 85716 Unterschlei?heim, GERMANY
Phone: +49 89 3179 8438
Fax: +49 89 3179 8927
Mobile: +49 170 635 3830
E-Mail: tobias.mucke at mbda-systems.de
http://www.mbda.net
Chairman of
2007 Jul 09
3
how to make a package depend on 2 or more other packages
Hi,
when using puppet to install extra rpm packages on centos: how can I
make a package depend on 2 or more other packages.
e.g. this works:
class centos4_extra_packages {
package { "test1" :
ensure => installed,
require => package["prereq"]
}
}
but I can''t figure out how to make test1 require
2010 Aug 20
0
samba and kerberos tickets
Hi,
I'm running a mixed linux/Windows network with authentication done using
Active Directory. The Linux clients use Samba/Winbind for
authentication (with help from the list, thanks!). I've setup smb.conf
such that doing 'net ads join -Uadministrator' populates
my /etc/krb5.keytab (see configuration files below).
klist shows me a nice set of principals from /etc/krb5.keytab
2010 Jul 28
0
getent doesn't list my users when using idmap_adex
Hi,
I'm trying to integrate an existing linux environment with a Windows AD
environment. All my users are already in AD with valid rfc2307
attributes defined so I need a way to authenticate my users using
username, uid, gid, shell and homedirectory from AD. I've been using
Kerberos+LDAPs before but that requires a dummy AD user hardcoded with
username and password in /etc/ldap.conf
2009 Feb 13
3
procmail 3.22 on CentOS 5.2
Hello,
I am implementing procmail with postfix on a new SMTP server, I have too many .procmailrc from my former sendmail installation and
not enough time to learn maildrop and migrate right now.
It seems that LOGABSTRACT does not work : I don't get the datas LOGABSTRACT should prompt in the log, whether I don't set
LOGABSTRACT (default behaviour) or if I set it to "on",
2010 Feb 01
3
very large difference between df and du (10 GB, hard to believe)
Hello,
I have a small server running a tool (RT : perl + mysql + apache) for our support team. I stripped down everything else. The OS is
CentOS 4.8. I noticed a difference between df and du which is hard to believe :
according to df, I am using 29 GB
[root at cedrat-rt ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 33G 29G 2.8G 92% /
none
2011 Nov 09
2
R: RE: R: Re: Dos/Unix newline translating
on Debian I'm using VIM 7.2.445
on RedHat I'm using VIM 6.3.82
I verified in both systems with this command : vi -v
----Messaggio originale----
Da: robert.grasso at cedrat.com
Data: 9-nov-2011 12.04
A: <ric.castellani at alice.it>, <jdmls at yahoo.com>, <samba at lists.samba.org>
Ogg: RE: [Samba] R: Re: Dos/Unix newline translating
on Debian it is possible that
2011 Nov 09
2
R: Re: Dos/Unix newline translating
But I have another server with RedHat and Samba 3.0.10 configured in the same way, but I can view correctly text files which I move to RedHat server.
----Messaggio originale----
Da: jdmls at yahoo.com
Data: 9-nov-2011 11.42
A: "samba at lists.samba.org"<samba at lists.samba.org>
Ogg: Re: [Samba] Dos/Unix newline translating
From: Riccardo Castellani <ric.castellani at
2007 May 21
6
4.5 upgrades on production servers?
Anyone besides me totally throw (most) caution into the wind and yum update
any mission critical production 4.x boxen to 4.5 without any problems?
8-p
- rh
--
Abba Communications
Spokane, WA
www.abbacomm.net
2007 May 21
2
Puppet newbie: using defines
Hi folks,
I''m trying to get my feet wet in puppet-land. I''ve successfully
installed a puppetmaster and client and managed to get them to do
something (the sudo file-permission example as explained in the
tutorials). Now I''m trying to do something a bit more complex using
defines but nothing seems to happen anymore.
Config files involved:
###### site.pp
filebucket {
2010 Dec 09
1
how to run a command on a specific vnc display
Hello,
I'm using selenium rc for automated testing on a centos box.
working on the box itself has no problem as long as i start the server through terminal.
though if i wanted to run tests remotely i have a problem with firefox not knowing on which display to run.
i have a vnc client running on port 1 (5801/5901)
I've tried the following:
export DISPLAY=1 ; java -jar
2011 Mar 05
2
OT: grep regex pointer appreciated
Hi,
My grep regex foo is not very good and googling is getting me nowhere so
hopefully someone is kind enough to give me some pointers.
Goal: grep (non .dbg) filenames and versions from a ftp dir listing and
a raw html file:
$ wget --no-remove-listing -O ftp-index.txt ftp://127.0.0.1/test/
$ wget --no-remove-listing -O index.html http://127.0.0.1/test/
The relevant parts of the files above
2010 Aug 03
4
Manually mounting partitions in "linux rescue" mode
I boot from the installation DVD, with an already existing CentOS 5.5
system on my hard disks. I have separate boot, root, and home
partitions. I have moved the boot partition and now I need to
re-initialize grub from rescue mode.
Attempting to use 'rescue mode" to automatically mount my system under
/mnt/sysimage eventally fails with an error message, which essentially
says
2009 Jul 27
2
potsfix keeping mail in queue on delivery error
Hello,
Our mail server is running CentOS 5.3. I configured postfix with maildrop as the MDA. I had to deal with a strange issue : a user
sent an email to an alias, which resolves into several internal addresses. One of these addresses had its mbox filled up (reached
the mailbox_size_limit); so maildrop reported a 0x19 error code to postfix, who kept the mail in its queue, and repeatedly resent
2015 Dec 07
2
Caching user accounts on a Linux portable
Thanks! That's exactly what I was looking for.
Nico
On Mon, Dec 7, 2015 at 11:57 AM, L.P.H. van Belle <belle at bazuin.nl> wrote:
> Hai Nico,
>
> Yes, you can do the same for linux laptops.
> Read : https://wiki.samba.org/index.php/PAM_Offline_Authentication
>
> And here is an example.
>
>
2015 Dec 07
1
Caching user accounts on a Linux portable
I tried using sssd but I couldn't get it working based on the info on
https://wiki.samba.org/index.php/Sssd
I may give it another go anyway.
Nico
On Mon, Dec 7, 2015 at 1:24 PM, mathias dufresne <infractory at gmail.com>
wrote:
> In case of... SSSD comes also with a caching method. Using SSSD rather than
> Winbind could help in certain cases...
>
> 2015-12-07 13:00
2016 Jan 21
3
Cannot write to home directory, but I can write to subfolder
Hi Louis,
I tried restarting samba on the server already. I also tried rebooting the
client pc a number of times. The folders are mounted via GPO's. I assume
rebooting the pc should have the same effect as remounting the shares?
I also had a look at the permissions from Windows. When I look at the
permissions of the new folder I managed to create I see there is a strange
user with only
2015 Dec 07
2
Caching user accounts on a Linux portable
I'm setting up a new Samba-based AD domain. The domain will be used to
authenticate access to both Windows and Linux desktops and portables. When
a Windows portable is not able to access the AD servers (e.g. you are using
a portable outside of the office) you can still happily logon using cached
credentials (as long as the user logged on the pc at least once before).
Is there a way to get
2015 Dec 07
4
userid shows 4294967295
I'm coming from a Debian system so my system accounts are below 1000,
regular accounts start at 1000. For some historical reason somebody gave
our main group id 500 so therefor I want my usable range to start at 500.
Do I need both idmap config *:range and idmap config SAMDOM:range? I also
tried with only 'idmap config *:range' but that didn't seem to help. I'll
try again
2016 Jan 18
4
Samba DC sync issues - help
Help, my Samba DC's refuse to sync :-(
I have 2 Samba 4.1.17 DC servers. I made some changes via Active Directory
USer and Computers on Windows. However even after a weekend the changes do
not appear on the second DC.
If I run
samba-tool ldapcmp ldap://dc1 ldap://dc2 -Uadministrator
--filter=msDS-NcType,serverState,subrefs
I see: