similar to: idmap_ad alloc to store uid/gid attributes in AD

Displaying 20 results from an estimated 6000 matches similar to: "idmap_ad alloc to store uid/gid attributes in AD"

2007 Sep 08
3
Where is the blktrace utility?
I keep reading that RHEL/CentOS 5 supports blktrace, but I can't seem to find the blktrace/blkparse utilities. Is it that just the functionality is available in the kernel, but the user is left to have to hunt down the latest versions of the utilities on the net? If anybody knows where to get the latest versions of these utilities I would greatly appreciate it. Ross S. W. Walker
2007 Nov 09
2
SMB Shares with subversion backing store
To all, I was wondering if it was possible to setup samba shares that use subversion as a backing store for the files. Whenever a new file is created it is added to the subversion tree, whenever a file is opened it is checked out of the subversion tree, and whenever it is deleted it is removed from the subversion tree. The idea is that one could use subversion to retain previous versions of
2007 Aug 07
3
Yum install preferred arch only
I have a couple 64-bit CentOS 5 installations here and was wondering if there was a yum option to have it install only x86_64 arch by default if no arch is specified. I tired of having to append .x86_64 on all package names I only want the x86_64 versions of, if I want the i386 versions too I would add the .i386 package to the list... Thanks All, Ross S. W. Walker Information Systems
2007 Sep 08
1
Kernel debug info?
Ok, I got blktrace installed, but I also have some blktrace system taps that I want to test out, but it seems I need to have the kernel debug info installed to get systemtap working. Anyone know where the CentOS kernel-debuginfo RPMs are located? Ross S. W. Walker Information Systems Manager Medallion Financial, Corp. 437 Madison Avenue 38th Floor New York, NY 10022 Tel: (212) 328-2165 Fax:
2007 Dec 06
2
RPM Spec and subpackage architecture
Are there any RPM wizards out there that know how to specify a different architecture for a subpackage in a spec file? I have a package that has a binary component and a non-binary component that I would like split into 2 packages one, the binary which is architecture dependant and the other 'noarch'. I haven't found a spec file that does this yet :-( Ross S. W. Walker
2008 Apr 15
2
NIS libuser and auto-make of maps
I have my NIS user/group files separate from the system user/group files using libuser to manage them and that works well, but I am trying to find a way to get libuser to invoke a 'make' of the NIS maps whenever it updates the master files. Is there a routine I can configure in libuser to do this, or am I stuck having to do it by cron? Ross S. W. Walker Information Systems Manager
2008 Mar 11
0
(no subject)
(I hope the ASCII art doesn't get mangled) I have been working a while trying to get a big picture of how Linux handles sound processing and after much work I have put together this little representation of what I have learned. Please send me any additional comments or components that I may have missed. I hope it helps somebody though who may be struggling in getting sound to work and
2008 Mar 11
0
Linux Sound Architecture
(I hope the ASCII art doesn't get mangled) I have been working a while trying to get a big picture of how Linux handles sound processing and after much work I have put together this little representation of what I have learned. Please send me any additional comments or components that I may have missed. I hope it helps somebody though who may be struggling in getting sound to work and
2008 Mar 07
1
Multi domU Xen Box Network Transparent Sound
I have a new development box at home that I am working on. Currently it has CentOS 5.1 + Xen 3.2 running several domUs. I am using XDMCP on the domUs and an X Chooser on dom0 for connecting to them and it works well, but now I want to be able to get sound from my domUs and I have been struggling. I can get some from network transparent sound by using ESD, but I have no way of controlling the
2008 Mar 07
1
Multi domU Xen Box Network Transparent Sound
I have a new development box at home that I am working on. Currently it has CentOS 5.1 + Xen 3.2 running several domUs. I am using XDMCP on the domUs and an X Chooser on dom0 for connecting to them and it works well, but now I want to be able to get sound from my domUs and I have been struggling. I can get some from network transparent sound by using ESD, but I have no way of controlling the
2007 Dec 06
1
Prevent kernel upgrade unless given dependencies satisfied
Dear List Members, Is there a way to prevent a kernel from being upgraded unless a list of given dependencies are satisfied? What I am getting at is sometimes updated kernels are available before the upgraded versions of the kernel modules in 'extras' are (ie drbd). If there were a way to list these modules as dependencies that must be satisfied before a kernel upgrade can be
2007 May 31
2
4.5 ALB Bonding Hang on Shutdown
Since I upgraded from 4.4 to 4.5 my system which has 2 sets of ALB bonded interfaces hangs on shutdown while doing an ifdown on these interfaces. Has anyone else seen this issue with 4.5 and bonding? Ross S. W. Walker Information Systems Manager Medallion Financial, Corp. 437 Madison Avenue 38th Floor New York, NY 10022 Tel: (212) 328-2165 Fax: (212) 328-2125 WWW: http://www.medallion.com
2007 Feb 23
2
Latest Plus Kernel include MD RAID-1 BIO_RW_SYNC patch?
I am inquiring on the list if anybody knows if the latest plus kernel includes the fixes for MD RAID-1 where it didn't pass down the BIO_RW_SYNC flag on cloned bios. This bug was discovered in December by the DRBD project and patches were posted by Lars Ellenberg from that project to the LKM which were then merged into the 2.6.19 kernel. The bug causes severe performance penalties for
2006 Dec 30
1
CentOS 4.4 e1000 and wire-speed
Currently I'm running CentOS 4.4 on a Dell Poweredge 850 with an Intel Pro/1000 Quad-port adapter. I seem to be able to only achieve 80% utilization on the adapter, while on the same box running Fedora Core 5 I was able to reach 99% utilization. I am using iSCSI Enterprise Target as my application and I am using the nullio feature, it just discards any write and sends back random data for
2008 Mar 11
2
Linux Sound Architecture (Updated)
I forgot the most important part in the original, the kernel! (I hope the ASCII art doesn't get mangled) I have been working a while trying to get a big picture of how Linux handles sound processing and after much work I have put together this little representation of what I have learned. Please send me any additional comments or components that I may have missed. I hope it helps somebody
2007 Jun 22
3
idmap_ad Integration with Windows 2003 pre-R2
Is then new idmap_ad module capable of getting uid/gid info from a Windows 2003 AD pre-R2 with RFC2307 Unix Identity Mapping Extensions applied? Also, is the correct syntax for specifying the schema_mode as follows: idmap config dom.example.com:schema_mode = rfc2307 (I am not confident that I am reading the idmap_ad manpage and the new idmap document correctly.) Thanks for the help, Murthy
2008 Feb 18
12
cifs verses smbfs for Linux clients
I am somewhat confused... I understand that the preferred method to mount a Samba share with a Linux client is to use "mount -t cifs" rather than "mount -t smbfs". I get the impression that smbfs is samba.org developed code where as cifs is from elsewhere. Thus the point of confusion. Why is samba.org not developing the preferred code in this case? A sub question to that
2004 Sep 22
1
idmap_ad: sid to uid conversion fails
I have two boxes on which I am trying to get idmap_ad (from xad_oss_plugins) to provide uid/gid mapping, and am getting the error: "Could not convert sid <sid of some_user> to uid" The story so far goes like this: Without the line "idmap backend = ad:ldap://<PDC's FQDN>/" in smb.conf, I can successfully do all of: #> wbinfo -S $(wbinfo -n some_user | awk
2007 Nov 01
1
Promoting Samba BDC to PDC
Hi, Our domain is setup with one Primary Domain Controller and two Backup Domain Controllers, and a member server. All domain controllers (PDC and BDCs) are running Gentoo Linux with Samba and LDAP. The member server (fileserver) is a SUNS machine running Solaris. We do everything (add, edit, modify groups and accounts) on the PDC and it will then sync all the changes to the BDC by way of
2007 Oct 09
1
Sharing a shared folder
Hey, So, I have a Linux server that is mounting a CIFS share. The server then shares that share to everyone else. My question is does having it routed this way cause a major slow down? Do the files need to be copied to the mediator server before going out to the device that is requesting the file? Or is it able to forward the request to the other server to grab the files directly from there? I