similar to: Login just at special timeslots / working hours

Displaying 20 results from an estimated 100 matches similar to: "Login just at special timeslots / working hours"

2011 Mar 29
2
Centos+AD integration (uid/gid problems)
Hi, I need to have several EL machines in an AD env. Joining the machines was easier than expected using authconfig, but what happens now is that blahdomain\blahuser gets assigned a different, random ID each time I use a different station. In AD I did specify the UID and GID in the UNIX Attributes tab for blahuser, but it gets totally ignored; so do the other values (for home, shell etc).
2010 Jul 29
2
DHCP failover ... Some questions.
Hi, I plan to reorganise our IP management and I'd like to implement a slave DHCP server. Right now we assign IP addresses based on the ethernetadress of a client 1:1. The tutorial here [1] is simple and looks like the thing I need. I do have a lot of subnetworks and my cisco router has an DHCP helper address set. I know I'll have to add the second dhcp-server address. My questions now
2004 Nov 01
3
users in multiple groups?
Hi, I have setup samba 3.0.7 with LDAP and NetApps Filers as our file store. We are going to lots of departmental shares, firstly we want only people from their own dept to have access to their department share, but users from other departments may need access to other dept shares, i would like to set up permissions on each dept share so a group is applied, then every user is added to the
2014 Feb 07
1
Remove cancelled timeslots from "Past Office Hours" section on "OfficeHours" page
Dear all, In order to reduce clutter, may I suggest that cancelled timeslots be removed from the "Past Office Hours" section of the "OfficeHours" wiki page? Also, I noticed that the URL for 20th Jan 2014 event is missing. Regards, Timothy Lee
2014 Aug 31
2
[LLVMdev] understanding DAG: node creation
Hi, Yes, that's what I would do. If you want LLVM and the register allocator to also know that the instruction explicitly defines the register, I would designate the register into it's own register class and have your instruction write to that class (and there will be only a single option for RA). cheers, Sam Sam Parker Research Student Electronic Systems Design Group Loughborough
2014 Sep 01
3
[LLVMdev] understanding DAG: node creation
Hi, I'm not sure. But in your lowered DAG the chain nodes are the first operands for you custom nodes, however for the other nodes the chain is the last operand. I seem to remember that during targetlowering the chain is the first operand and then it seems to switch over after ISelDAG, this confused me and may have something to do with the issue that you are seeing. I really don't
2002 Mar 05
2
Problems with Samba 2.2.3a DC and PAM
Basically, this is going to be just a question to see if what I want to do can be done, since I have had no luck in doing it so far... I have set up a 2.2.3a domain controller, and I can join Windows XP clients to the domain, and log in as domain users. I want to use PAM to enforce account restrictions, such as login time using pam_time. I currently have the *stacked* version of the
2012 Nov 06
2
disk device lvm iscsi questions ....
Hi, I have an iscsistorage which I attached to a new centos 6.3 server. I added logic volumes as usual, the block devices (sdb & sdc) showed up in dmesg; I can mount and access the stored files. Now we did an firmware software update to that storage (while unmounted/detached from the fileserver) and after reboot of the storage and reatache the iscsi nodes I do get new devices. (sdd &
2017 Apr 12
2
Access denied to change share security staff
On Wed, 12 Apr 2017 15:37:14 -0400 Rommel Rodriguez Toirac via samba <samba at lists.samba.org> wrote: > Why this diffents? what I be missing? You are missing the fact that you shouldn't mix using Unix permissions and ACLs, it will not work. Use one or the other, preferably the later, in fact if you use the DC as a fileserver, you MUST use the later. Follow these instructions
2016 Mar 03
2
Broken pipe when using ssh with pam_smbpass.so migrate
Hello, I am trying to keep my samba accounts in sync with my unix accounts. I want to login ssh. Syncing passwords works. Scenario: I create a new user: useradd -m testuser passwd testuser When I log in with the user pam_smbpass should create a corresponding samba user. I modified system-auth which is included in sshd: #### /etc/pam.d/system-auth auth requisite pam_unix.so
2006 Jan 11
1
Selfmade ... Samba 3.0.20a on CentOS 4.0 x64
Hi all, has somebody already tried to compile the rpm of the newest samba package on a 64-bit CentOS. I tried to do it with the Fedora spec file and it quit with an error, that some files are not located in the lib64 directory. These required files are located in the lib directory. Any sugesstion how this problem could be fixed in a clean way? How is this problem solved during the CentOS
2008 Feb 08
1
remove the missing value,NA
I have two sets of interval data.Below are my two dataset. In these dataset, there is a missing values in each of the data. I want to find the non-overlapping interval values. Here is my code: mysetdiff=function(x,y){ m=length(x) n=length(y) bx = logical(m) by = logical(n) for(i in 1:m){ for(j in 1:n){ if(x[i]<=y[j]){ bx[i] = T by[j] = T }
2010 Mar 28
3
Array data type----What can Be Done
Hi all, please i have an array in my rails application (for example; $x = [23, how, this,56, you, nice]) I want to store it in a mysql database as a SINGLE RECORD with a name . thus i can get each array with its name and still be able to access the array like an array i.e $x[0] # => 23 $x[1] # => how .....and so on I don''t know what DATA TYPE to use and how to do
2017 Apr 13
2
Access denied to change share security staff
On Thu, 13 Apr 2017 09:28:09 -0400 Rommel Rodriguez Toirac via samba <samba at lists.samba.org> wrote: > > I follow step by step Setting up a Share Using Windows ACLs from > wiki, but still I have an Access denied when try to change the > permissions of share or when try to change Security ACL. As sugesst > Rowland I do not change the permissions using Unix, just create the
2010 Nov 08
1
openssh question
The denyUsers / AllowUsers option in openSSH does not satisfy our needs. We want to supply our own software to allow/deny sessions based on time of day. I do not know if PAM can do this, but in any case we can not use PAM. ? Did someone do such a change in openSSH code
2004 Feb 02
0
3.0.2rc2 ads member server: kerberos ok, ntlm fails
Hello, I set up samba 3.0.2rc2 (also tried 3.0.1 which had other problems) on Debian sid as an ADS member server: - joining the domain works flawlessly - browsing the samba server via 'smbclient -k -L //samba' works flawlessly - browsing the samba server via 'smbclient -L //samba -U user%pw' fails with 'session setup failed: NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE' -
2001 Sep 28
2
2.9.9p2 bug in PAM support
With OpenSSH 2.9.9p2 as the server, I'm not able to do scp or "ssh machinename command" in general to any of my Suns! I tracked this down a bit; the problem occurs only when PAM support is enabled. However, if I remove line 430 of session.c, "do_pam_session(s->pw->pw_name, NULL);" inside of do_exec_no_pty, the problem goes away. It looks like the following entry
2002 Jan 18
1
Problems with spaces in filenames in scripts
I've got some (bash) shell scripts which I'm using to call rsync based on command-line options passed to the script. The problem I'm having is with spaces in the filenames/paths. I can do: --- rsync -rav --modify-window=2 --stats --partial --compress --timeout=30 "localhost::module_name/dir/file with spaces.doc" "/smb/dir/dir with spaces/" --- on the command
2015 Nov 18
2
[Bug 2499] New: It would be nice to have a tool to manage ssh connections
https://bugzilla.mindrot.org/show_bug.cgi?id=2499 Bug ID: 2499 Summary: It would be nice to have a tool to manage ssh connections Product: Portable OpenSSH Version: 7.1p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: sshd
2024 Dec 16
2
PAM session setup and environment variables
Hello everyone, I am trying to adjust the systemd-logind classification of the SSH session opened by Ansible client. By default the SSH session created by Ansible client is Class=user and Type=tty in systemd-logind. pam_systemd.so allows users to change this default via the environment variables XDG_SESSION_CLASS and XDG_SESSION_TYPE. When I set these variables on the client and make sure they