Displaying 20 results from an estimated 4000 matches similar to: "Authenticating to a MacOS X server"
2006 Mar 07
13
Active Record - Can''t figure out relationship.
I have the following two tables:
create table teams (
id int not null auto_increment,
short_name varchar(12) not null,
long_name varchar(50) not null,
logo varchar(20) not null,
primary key (id)
);
create table rounds (
id int not null auto_increment,
home_team_id int not null,
away_team_id int
2020 Jul 10
3
OpenSSH not requesting PIN code for YubiKey
I set up the YubiKey with OpenSSH 8.2 (Ubuntu client and server) and it
works. However, it does not do PIN enforcement at SSH login. It only
requests the PIN during the set-up process (when the key is being
generated). Is that the way it's supposed to work?
Frank
2020 Jul 19
2
OpenSSH not requesting touch on FIDO keys (was: OpenSSH not requesting PIN code for YubiKey)
On Mon, Jul 13, 2020 at 01:34:37PM +1000, Damien Miller wrote:
> On Fri, 10 Jul 2020, Frank Sharkey wrote:
>
> > I set up the YubiKey with OpenSSH 8.2 (Ubuntu client and server) and it
> > works. However, it does not do PIN enforcement at SSH login. It only
> > requests the PIN during the set-up process (when the key is being
> > generated). Is that the way it's
2008 Jan 05
3
user-space heartbeat ptaches from suse
Hi everyone.
Does anyone know why the user-space heartbeat (linux-ha) patches
from SuSE / Novell are not commited to the mainline ocfs2 source
tree? Or are they?
Is there an easy way (which does not break the distros package
management) to apply these?
Thanks,
Christian
2008 Sep 08
2
Sieve, and logging.
Hi All,
Relatively new to Dovecot - converting from courier-imap. So far, I've
got it working with virtual users (postfixadmin tables), and it seems to
be working. I'm trying to get sieve working. It's not, so I tried
turning up the logging, and putting it into a separate log file to get
it out of the syslog for now. I can get the main dovecot to log, but
I cannot get any log
2018 Aug 27
0
Fatal: setgroups(6) failed: Too many extra groups when authenticating using mysql - macOS 10.13.6
Using mysql for authentication.
Successful username & password gives:
Aug 27 15:10:03 master: Info: Dovecot v2.3.2.1 (0719df592) starting up for imap, pop3 (core dumps disabled)
Aug 27 15:10:50 imap-login: Info: Login: user=<jlbrown at bordo.com.au>, method=PLAIN, rip=::1, lip=::1, mpid=24924, secured, session=<E+DEvWN0xcoAAAAAAAAAAAAAAAAAAAAB>
Aug 27 15:10:50
2008 Oct 28
2
mac os 10.5.5 and symbolic link to www
We have a new server running Red Hat 5.2EL.
Windows machines can samba to the linux server with no problems, including symbolic links to the www directory.
Our Mac OS 10.5.5 machines have a problem with symbolic links to the www directory.
On the Mac computers, the symbolic links show up as an alias that cannot be followed.
These same MAC computers can samba to the www directory via a symbolic
2004 Oct 12
1
Problems with CentOS 3.3 Disk2 Iso Image?
Hi All,
I've downloaded this image (disk 2) from several sites, and it matches
the MD5 sum. Burning it to a CD gives no errors, but the disk is
failing the self-check at the start, and if I ignore that and try to
install I get random packages which "cannot be read". I know the burner
is OK, as I've burned other CDs on it just fine after burning the CentOS
ones. Any
2005 Jun 27
1
One Touch Backups for Centos?
Hi All,
Does anyone have any experience with the external "one touch" backup
solutions for CentOS? I'm not expecting the software to work, that
would be a miracle. But does anyone know if the hardware is compatible?
Recommendations welcome.
-Scott
2005 Jun 28
1
Web Proxy/Monitoring Software?
Hi All,
I have a need for a service or software that will monitor and track
outbound HTTP (web) accesses, and report what pages are being visited.
I know that Squid theoretically can do this, but it seems like overkill
for this application. The user could care less about caching - they
just want to monitor what URL's their staff is visiting.
IS squid the best option, or is there
2006 Sep 29
1
How to Upgrade CentOS 3.8 to CentOS 4.4?
Is this possible/recommended? Or is it preferable to rebuild from
scratch? I would prefer not to rebuild, but wanted to see what people
thought.
-scott
2008 May 07
2
How do I increase the fd limit on OS X?
Hi All,
I just upgraded to the new 1.1rc5 from 1.0 that I had been using and it
advised me to increase the file descriptor limit. I'm not sure how to
do this. There is a command built into tcsh that allows me to do this
called limit, but sudo limit 4224 doesn't work, and usually dovecot is
started from the rc.local file if I recall right, and I'm not sure how
to set this up from
2002 Aug 20
0
WinNT4 and Win2000 different behaviour authenticating to printer shares ?
I have set-up a Samba server (FreeBSD 4.5 release and Samba 2.2.2) which is
used in our Office as a PDF-converter. The Server gets the file as a
Postscript file using a Samba Printer share and then sends it back to the user by
e-mail.
This all works excellent using Win2000 on the clients. The user prints to
the share PDF using a Postscript driver, the print job gets sent and a few
seconds later
2006 Mar 24
4
SAMBA install on IRIX 6.5
I am having problems with Samba on IRIX 6.5 authenticating via Active
Directory. Installing the tardist of 3.0.21c did not give me
kerberos/ldap/adc capabilities even though Kerberos and LDAP were
prereq's. With OpenLDAP and Kerberos5 installed, my configure fails. I
am trying this:
./configure --libdir=/usr/lib --includedir=/usr/include
--prefix=/usr/samba --with-ldap --with-ads
2006 Oct 11
3
PLEASE HELP - MAC NEWBIE - MAC OS X 10.4.8 (Intel) compiling errors of Samba 3.0.23.c
Hello,
I am trying to compile the latest samba 3.0.23c on MAC Intel OS X
10.4.8 and I am getting errors with the krb5 stuff. I have searched the
net and found other people with the same error but didn't see any
solution. Has anyone successfully compiled it on 10.4.8 Intel? Any
help would be greatly appreciated as I am new to the mac platform but
have lots of linux experience. The
2007 Apr 18
3
Proposed interface change
I would like to propose an interface change to the following
paravirt-ops calls:
void (fastcall *write_ldt_entry)(void *dt, int entrynum, u64 entry);
void (fastcall *write_gdt_entry)(void *dt, int entrynum, u64 entry);
void (fastcall *write_idt_entry)(void *dt, int entrynum, u64 entry);
Can we consolidate the dt and entrynum parameters and just pass
dt+entrynum*8? I
2001 Apr 09
1
James Nord's reply to Win2K and multiple Samba 2.07 servers
Hello again,
Thanks James for your replies.
In regards to the slow read/write, the software vendor is aware of the
problem, at some stage they will buffer the read/write, but it won't happen
overnight, the binary file is quite complicated. So there are no updates
available for this particular issue and I don't expect any for a couple of
months. The software in question can generate
2002 Dec 12
0
Losing share connections?
I seem to have Samba working generally (for a Linux newbie).
I am using SuSE 8.0 & Samba 2.2.3a and have a small network.
Presently my main PC runs NT4.0 sp6a.
Using LinNeighborhood I can browse the NT PC from a linux PC,
and have mounted the drives OK. In LinNeighborhood I set a
preference to memorise mounted shares, remount on the startup.
What puzzles me is that after a period of
2003 Jul 10
0
Problems accessing dirs using Konqueror...
My company's network is entirely Microsoft. They just decided to start
looking into what Open Source has to offer (I'm the only "Open Source
person" here) so there are a lot of questions.
Anyway....
We installed Samba on a Red Hat 8.0 system. Samba was installed via the
default RPM installation. This is the current smb.conf file (I created
my own instead of using the
2006 Feb 13
1
lilesystem size limit samba on 64bit 2.6 kernel vs. clients win2k/winxp ?
I had an incredibly hard time finding any documentation on filesystem size
limits for samba on 64bit linux with 2.6 kernel exporting to 32bit windows 2003
and windows-xp by googling.
The closest I could get to was that cifs filesystem size correlates to ntfs
filesystem size and therefore there would be a 64TB limit. Are there additional
limits within the software stack that I should be aware of?