similar to: ADS valid users can't map share

Displaying 20 results from an estimated 300 matches similar to: "ADS valid users can't map share"

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
2005 Mar 04
1
Kerberos Tickets gone after reboot
Has anyone had experience with MIT Kerberos tickets not valid after server reboot? After server reboot I have to do a 'kinit' to get a new ticket, re-join the AD domain, and restart samba. Then all is fine until I have to reboot the server again.. Same thing again and again. My time is synced, Kerberos tickets are good for 500d.
2011 Nov 15
1
Convert full matrix back to lower triangular matrix
Given a vector;> ab = seq(0.5,1, by=0.1)> ab[1] 0.5 0.6 0.7 0.8 0.9 1.0 The euclidean distance between the vector elements is given by the lower triangular matrix > dd1 = dist(ab,"euclidean")> dd1    1   2   3   4   52 0.1                3 0.2 0.1            4 0.3 0.2 0.1        5 0.4 0.3 0.2 0.1    6 0.5 0.4 0.3 0.2 0.1 Convert the lower triangular matrix to a full
2011 Nov 15
5
Convert back to lower triangular matrix
Given a vector;> ab = seq(0.5,1, by=0.1)> ab[1] 0.5 0.6 0.7 0.8 0.9 1.0 The euclidean distance between the vector elements is given by the lower triangular matrix > dd1 = dist(ab,"euclidean")> dd1    1   2   3   4   52 0.1                3 0.2 0.1            4 0.3 0.2 0.1        5 0.4 0.3 0.2 0.1    6 0.5 0.4 0.3 0.2 0.1 Convert the lower triangular matrix to a full
2001 Feb 03
2
wine and Monkey Island 4
Hi, today I wanted to start Monkey Island 4 with wine. I'am using cvs version of wine from today (04.Feb.2001), I also patched the transgaming directx patch into it. My system: SuSE 7.0 with KDE2.1beta2, GeForce 2MX with 0.96 NVidia drivers, Soundblaster PCI 128 (ES1371) with Kernel drivers. I use wine with installed Windows. My startup command is: wine "c:\Monkey4\Monkey.exe"
2004 Oct 11
3
'add/change/delete share command'(s) in smb.conf
Hello. I need to allow one of my users to add & delete shares on my Samba server through the 'server manager' applet on his client . This same user also writes some files to the same Samba server. I don't want the files that he writes to be owned/written by 'root' . The way I understand the 'add share command' currently, this is not possible. Am I missing
2009 Jul 09
0
[LLVMdev] lli on cygwin - ERROR: Program used "some standard c" function which could not be found
On Wed, Jul 8, 2009 at 4:54 PM, Michael Maul<mike.maul at gmail.com> wrote: > I've tried using llvm 2.5 and svn version with both gcc3.4 and gcc-4.3.2. It > apparently is not finding the most standard c functions. > I suspect this may be because they might live in cygwin.dll. Ins there any > to force static linking. > Or is there any build recipies that might help? See
2004 Apr 22
0
Join Sun, Hyperion and DM Review for a Web Seminar
How Secure is your Business Performance Management Environment? Sun Microsystems and Hyperion deliver on total enterprise security. Date: May 20, 2004 Time: 12:00 p.m. - 1:00 p.m. ET 9:00 a.m. - 10:00 a.m. PT ust how secure is your most sensitive information? Do you really know who's gaining access to your data without authorization? How are you going to close the security holes in your
2004 Oct 15
1
power in a specific frequency band
Dear R users I have a really simple question (hoping for a really simple answer :-): Having estimated the spectral density of a time series "x" (heart rate data) with: x.pgram <- spectrum(x,method="pgram") I would like to compute the power in a specific energy band. Assuming that frequency(x)=4 (Hz), and that I am interested in the band between f1 and f2, is the
2006 Oct 09
1
windows doesn't show groups in security tab of file properties
Hello, I've a Samba 3.0.23c-SerNet-Debian PDC (no BDC or anything) connected to OpenLDAP. I thought it would work smoothly, I didn't discover any problems until today. I'am trying to create a ntconfig.pol with poledit, but it doesn't show me any groups to add to the policy. I can see all the users by the way. To eleminate a poledit problem I used the security tab (in german
2012 Dec 07
3
[Bridge] [PATCH net-next v4] bridge: export multicast database via netlink
From: Cong Wang <amwang at redhat.com> V4: remove some useless #include some coding style fix V3: drop debugging printk's update selinux perm table as well V2: drop patch 1/2, export ifindex directly Redesign netlink attributes Improve netlink seq check Handle IPv6 addr as well This patch exports bridge multicast database via netlink message type RTM_GETMDB.
2000 Sep 23
2
Units
I used the AR modelling written for R (S) on blood pressure and heart rate signals. I used 60 one second samples and a model order of 20. I used the "ar" finction in the "ts" package. Given that blood pressure is measured in mmHg would the spectral density (on the graph displayed be [mmHg]sq/Hz ? And the heart rate is measured in Beats Per Minute (bpm) - so would the
2005 Sep 23
0
compiling errors
When i try to compile xen 3.0-devel with "make world", i''ve got the following compile error: gcc -m32 -march=i686 -Wall -W -g -Wp,-MD,.xenstore_read.o.d -I../../tools/libx c -I../../xen/include/public -I../../xen/include/public -I../../linux-2.6-xen-sp arse/include/asm-xen/linux-public -c -DCLIENT_read -o xenstore_read.o xenstore _client.c xenstore_client.c:16:16: xs.h: No
2005 Oct 16
1
How to build Xen3 with newer kernel than 2.6.12
Kernel 2.6.12 contains a bad bug. So i need kernel 2.6.12.6. If i build Xen3 with make world it will still download/compile the old kernel 2.6.12. How can i build Xen3 with a newer kernel? Stephan <http://www.buchmesse.de/imperia/md/images/logos/fbm/2003/Logo100s150px.gif> 19. - 23. Oktober 2005 Halle 4.0 / Stand F1305 Reservieren Sie sich bereits heute über unsere Homepage
2012 Dec 07
3
[Bridge] [PATCH net-next v5] bridge: export multicast database via netlink
From: Cong Wang <amwang at redhat.com> V5: fix two bugs pointed out by Thomas remove seq check for now, mark it as TODO V4: remove some useless #include some coding style fix V3: drop debugging printk's update selinux perm table as well V2: drop patch 1/2, export ifindex directly Redesign netlink attributes Improve netlink seq check Handle IPv6 addr as well
2011 Aug 01
2
Storage share mode help
I'm new to Wine and trying to get some things running. I've tried a couple of different games attempting to follow the directions in the database. Both say that after installing the game, I need to patch it. Installation works great. I can't patch anything. The patch installers always say that the particular game is not installed. When I try to run the patch installers at the command
2012 Dec 05
2
[Bridge] [PATCH net-next v3] bridge: export multicast database via netlink
V3: drop debugging printk's update selinux perm table as well V2: drop patch 1/2, export ifindex directly Redesign netlink attributes Improve netlink seq check Handle IPv6 addr as well This patch exports bridge multicast database via netlink message type RTM_GETMDB. Similar to fdb, but currently bridge-specific. We may need to support modify multicast database too
2009 Aug 09
0
alternate compression
I'm doing testing on this at the moment. But to start with: >>Because music represents an analog signal, As I wrote, it would only apply to specific genres, not analog recordings. Electronic music quite often doesn't leave a computer these days. And it mainly consists of drums, synths & vocals/effects. Drums are often samples sequenced at sample (not sub-sample) accuracy,
2009 Aug 09
2
floating point
On Aug 7, 2009, at 21:48, Didier Dambrin wrote: > FLAC doesn't preserve every chunk? I thought it did. I only gave a > quick try > but it seemed to have preserved even the most obscure chunks. > Let me check: it even seems to preserve "MIDI note associated to > marker", > which is a very unknown metadata used by SoundForge (& even defined > in a >
2004 Sep 20
2
Folder Permission
Hello list, I'm sharing a few folders on a linux red hat 9 box and for some reason I can't open then from my windows computers. I setup the smb users to be the same as the Windows users. Below is my share configuration in samba. [Share] comment = Share browsable = yes writable = yes valid users = psantos root path = /UHOME/psantos/Share