similar to: Secondary groups

Displaying 20 results from an estimated 1000 matches similar to: "Secondary groups"

2004 Mar 15
0
smbd/service.c:set_current_service(56) chdir (/var/ghost) failed
Hey Gang, I have a suse 8.1 server that I have compiled samba 3.0.2 from source on. I have it configured to authenticate against our AD. That seems to be working fine. getent passwd produces the results from both passwd and AD. getent group gives me the groups + the AD groups. I was able to assign the permissions to the folder without problems. It picked up the group from AD and assigned it
2011 Jun 30
2
Testing RSpec views: the index action; is my methodology flawed?
This is my organizations_controller_spec.rb: require ''spec_helper'' describe Superadmin::OrganizationsController do describe "GET index" do it "shows a list of all organizations" do #pending "don''t know why this doesn''t work" Organization.should_receive(:all) end end end ============ This is my
2003 Sep 25
0
Winbind under 3.0beta2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm having a problem getting a browse list from my Samba box. I'm running debian testing with the 3.0beta2-1 package. Winbind appears to be installed properly and functioning properly: root@dbs1:~# wbinfo -t checking the trust secret via RPC calls succeeded root@dbs1:~# wbinfo -a Administrator%xxxxx plaintext password authentication
2002 Feb 14
1
rsync on SunOS4.1.3_U1 and 4.1.4
Hi, I have just downloaded the SunOS version of rsync from ftp://rsync.samba.org/pub/rsync/binaries/Sunos/ When I run it on my machines I get the following error message ./rsync -xr /usr /mnt ERROR: out of memory in flist_expand rsync error: error allocating core memory buffers (code 22) at util.c(232) There is free memory on the system. Thankis, joe. -------------- next part
2010 Sep 25
4
Help required
Is it possible to read jpeg files into R? If yes please guide, Thanks.. I tried to search many time but failed to do. Thankis in advance.. with Best Regards, Malik Shahzad Visiting Researcher National Institute of Informatics (NII) Tokyo, Japan Doctoral Student Asian Institute of Technology (AIT) Bangkok, Thailand +66-8-7676-5616 [[alternative HTML version deleted]]
2012 Apr 24
1
ldap, 2.3 primary, 2.4 secondary
Hi all, Is it possible to use a 2.3 OpenLDAP primary while having a 2.4 OpenLDAP secondary? Currently I have all at 2.3 (Centos 5) but am needing to up a remote facility to Centos 6 before doing the main facility to 6. Hoping I can mix and match but it looks like I may not be able to. My LDAP secondaries pull the DB over pretty frequently so I would be doing the same thing here. I would have
2002 Mar 15
3
NT Backups
Given that rsync, smbclient and smbmount are all kissin' cousins, this seems like a good place to post this question. I'm building a linux backup server which will be archiving other linux and some NT servers. The Linux boxes are being rsynced over ssh, so everything is happy there. The NT servers were initially going to be smbmounted and rsynced, but this ended up hanging about 30%
2007 Mar 05
3
Sending traffic through Secondary IP Address
I have set up a secondary IP address in the same network as my primary. So eth0: 192.168.100.29 netmask 255.255.255.0 eth0:0 192.168.100.45 netmask 255.255.255.0 And indeed when I invoke an apache instance that listens on the secondary IP address/interface it works, and it also makes it outside the LAN since the default gateway is defined in the routing tables for 192.168.100.0/24. But
2020 Sep 22
0
nmcli: unwanted secondary ip-address
> Dear CentOS-Community, > > we are facing the following issue: > > A secondary ip address seems to be automatically added to a nic which > causes several issues in our setup. Hi, Can you show as the config of eno4? And can you diff the config of eno1 and eno4. Looks like there is a difference somewhere. Regards, Simon > > > This server is equipped with four nics
2010 May 21
0
Authlogic and Single table inheritance
Hi, I have some models such as: class User < ActiveRecord::Base acts_as_authentic end class Admin < User end class Superadmin < Admin end And some controllers such as: class UserSessionsController < ApplicationController def new @user_session = UserSession.new end def create @user_session =
2007 Aug 06
2
Proposal: Pure Regex Router
So this has been an idea ever since Rails came out. Why not use a pure regular expression router in similar fashion to gsub? I imagine it working something like this: Merb::Router.prepare do |r| r.add %r[^/(.*)/(.*)/(\d+)$], :controller => ''\1'', :action => ''\2'', :id => ''\3'' r.add %r[^/user-(\d+)$], :user_id =>
2020 Sep 24
1
nmcli: unwanted secondary ip-address
Dear Mark, thanks for the additional hints. On 22/09/2020 17:26, Mark Milhollan wrote: > On Tue, 22 Sep 2020, Felix K?lzow wrote: > >> A secondary ip address seems to be automatically added to a nic which >> causes several issues in our setup. > >> # nmcli con show >> NAME????? UUID????????????????????????????????? TYPE????? DEVICE >> eno4?????
2020 Sep 22
4
nmcli: unwanted secondary ip-address
Dear CentOS-Community, we are facing the following issue: A secondary ip address seems to be automatically added to a nic which causes several issues in our setup. This server is equipped with four nics which are currently in use: # nmcli con show NAME????? UUID????????????????????????????????? TYPE????? DEVICE eno2????? cb6fcb54-be52-4ab6-8324-88091a0ea1a0? ethernet? eno2 eno4?????
2020 Sep 22
0
nmcli: unwanted secondary ip-address
Hi Felix > Dear Simon, > > every second IP-address is unwanted. We restarted? eno4: > > nmcli con down eno4; nmcli con up eno4 > > and the second address vanishes. Then after a few ours, the second ip > address reappears. That's really interesting. Doesn't NetworkManager also store other settings in a different location, not the ifcfg files? I think it does so and
2006 Jan 03
7
best authorization?
Hello, I want to allow some users to manage other user accounts, but do not want them to manage the admin account. I have tried auth_generator, login_engine and user_engine I am having a hard time gettign this to work. Looking for advise and help. Thanks Frank -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Jul 01
2
Problems with BDC authentication
Today we had a problem with our Win NT4 PDC and discovered numerous failover issues with our Samba file server. For starters, this is a Debian Etch machine running Samba-3.0.24-2. At this point, this is a critical production machine. Upgrading is on our to-do path, but is not an option for an immediate fix to this problem. With the exception of this problem, this Samba installation has been
2020 Sep 22
2
nmcli: unwanted secondary ip-address
Dear Simon, > And can you diff the config of eno1 and eno4. # pwd /etc/sysconfig/network-scripts # diff -u ifcfg-eno1 ifcfg-eno4 --- ifcfg-eno1??? 2020-09-21 17:23:25.576672703 +0200 +++ ifcfg-eno4??? 2020-09-22 07:18:43.160532532 +0200 @@ -3,15 +3,20 @@ ?BROWSER_ONLY=no ?BOOTPROTO=none ?DEFROUTE=no -IPV4_FAILURE_FATAL=yes -IPV6INIT=no -IPV6_AUTOCONF=no +IPV4_FAILURE_FATAL=no
2020 Sep 22
2
nmcli: unwanted secondary ip-address
Dear Simon, every second IP-address is unwanted. We restarted? eno4: nmcli con down eno4; nmcli con up eno4 and the second address vanishes. Then after a few ours, the second ip address reappears. This is the config-file of eno2: # cat ifcfg-eno2 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=none DEFROUTE=yes IPV4_FAILURE_FATAL=yes IPV6INIT=no IPV6_AUTOCONF=yes IPV6_DEFROUTE=yes
2011 Jun 04
2
need recipe for samba to do user authentication against a centos 5.5 openldap server (NO IDMAPS! NO PDC!)
Hi all, Please help Ive been wasting days at this... I am not trying to create a PDC, I am not joining an active directory, I am not needing samba schema in my openldap (or do I?), I am not trying to use winbind and idmaps for translations from SID to UID/GID, I just want my samba server which shares linux home directories to authenticate user+password against my existing linux based openldap
2011 Apr 18
1
regression and lmer
Dear all,  I hope this is the right place to ask this question. I am reviewing a research where the analyst(s) are using a linear regression model. The dependent variable (DV) is a continuous measure. The independent variables (IVs) are a mixture of linear and categorical variables. The author investigates whether performance (DV - continuous linear) is a function of age (continuous IV1 -