search for: ahkaplan

Displaying 20 results from an estimated 48 matches for "ahkaplan".

2016 Jun 09
1
FW: Problem with Active Directory authentication
...the username. Do a "getent passwd" and then try "ssh -v '<username exactly as getent returns it (case sensitive)>'@<fqdn of server>. If it doesn't work, post the output of what ssh generates. Mike E. On Thu, Jun 9, 2016 at 1:28 PM, Kaplan, Andrew H. <AHKAPLAN at partners.org> wrote: > Hello -- > > I tried the two methods listed in your e-mail, and unfortunately neither > worked. > > The connection simply closed, or timed out, after about a minute. > > I mentioned the possibility of creating a symbolic link to the bash shell &...
2016 Jun 09
2
FW: Problem with Active Directory authentication
...either. The default winbind separator is a backslash "\", so you'll have to escape it, or quote it, like <domainname>\\<username> or '<domainname>\<username>'. Hope that does the trick. Mike E. On Thu, Jun 9, 2016 at 11:19 AM Kaplan, Andrew H. <AHKAPLAN at partners.org> wrote: > A thought came to me: > > The smb.conf file on the system has the following entry: > > template shell = /bin/bash > > Would creating a symbolic link with the name PHSshell pointing to the > /bin/bash shell solve the problem? > > ---------...
2016 Jun 23
3
sssd.conf file missing
...tion? Something like [sssd] debug_level = 4 config_file_version = 2 domains = your-domain-name-here If it's not there, add it and modify the [your-domain-name-here] section so it'll look like this: [domain/your-domain-name-here] 23.06.2016, 15:51, "Kaplan, Andrew H." <ahkaplan at partners.org>: > Hello ? > > Thank-you for your e-mail. I corrected the syntax in the file, and I have confirmed the permissions are correct: > > -rw-------. 1 root root 266 Jun 23 08:45 sssd.conf > > Unfortunately, the error condition and messages listed in my initial e-...
2016 Jun 09
0
FW: Problem with Active Directory authentication
...either. The default winbind separator is a backslash "\", so you'll have to escape it, or quote it, like <domainname>\\<username> or '<domainname>\<username>'. Hope that does the trick. Mike E. On Thu, Jun 9, 2016 at 11:19 AM Kaplan, Andrew H. <AHKAPLAN at partners.org<mailto:AHKAPLAN at partners.org>> wrote: A thought came to me: The smb.conf file on the system has the following entry: template shell = /bin/bash Would creating a symbolic link with the name PHSshell pointing to the /bin/bash shell solve the problem? _________________...
2016 Jun 23
2
sssd.conf file missing
...an, Andrew H. Subject: Re: [CentOS] sssd.conf file missing Hello Andrew. The sssd.conf should be owned by root:root, mode 0600. Also please note this line in your config: [<domain>.org] enumate = true it's enumerate, not enumate. 23.06.2016, 15:24, "Kaplan, Andrew H." <ahkaplan at partners.org<mailto:ahkaplan at partners.org>>: Hello -- We are running CentOS 7.2 on a virtual machine, and we are trying to set up LDAP authentication. The ldap packages that are currently installed on the system are the following: python-sss 1.13.0-40.el7_2.4 python-sssdconfig 1.1...
2016 Jun 10
2
FW: Problem with Active Directory authentication
...ecovery1 sshd[6325]: fatal: Access denied for user ahk at partners.org by PAM account configuration [preauth] on the ssh server system run pam-auth-update select kerberos auth if its not there install pam-krb5  and try again. gr Louis Op 9 jun. 2016 om 21:56 heeft Kaplan, Andrew H. <AHKAPLAN at PARTNERS.ORG> het volgende geschreven: Jun  9 15:51:55 rorecovery1 sshd[6325]: fatal: Access denied for user ahk at partners.org by PAM account configuration [preauth]
2016 Jun 09
2
Problem with Active Directory authentication
.../bin/false. The only way I've found to change this, is to override that globally with the "template shell = /bin/bash" option in smb.conf, which enables it globally for all Active Directory users (probably not desired). Mike E. On Wed, Jun 8, 2016 at 3:46 PM, Kaplan, Andrew H. <AHKAPLAN at partners.org<mailto:AHKAPLAN at partners.org>> wrote: Hello -- We are running the 14.04.3 LTS 64-bit release as a virtual machine on a Vmware appliance. The goal of the installation is to create a Samba server that utilizes Active Directory authentication. To that end I utilized the fo...
2010 Jan 19
3
Upgrading from Fedora Core 7 to CentOS 5.4
Hi there -- I need to upgrade one of our systems from its current distribution, Fedora Core 7, to the most recent version distribution, release 5.4, of the CentOS operating system. Can I do an in-place upgrade of the operating system without any adverse side-effects? Are there any issues that I should be concerned with before proceeding? Thanks. The information in this e-mail is intended only
2016 Jun 23
1
sssd.conf file missing
...= 4 > config_file_version = 2 > domains = your-domain-name-here > > If it's not there, add it and modify the [your-domain-name-here] > section so it'll look like this: > [domain/your-domain-name-here] > > > 23.06.2016, 15:51, "Kaplan, Andrew H." <ahkaplan at partners.org>: >> Hello ? >> >> Thank-you for your e-mail. I corrected the syntax in the file, and I >> have confirmed the permissions are correct: >> >> -rw-------. 1 root root 266 Jun 23 08:45 sssd.conf >> >> Unfortunately, the error conditio...
2016 Jun 13
2
Problem with Active Directory authentication
...ure about this, but that might mean that the NIS Extensions are not installed in your AD directory. Is the domain controller a Samba AD DC? If so you can see https://wiki.samba.org/index.php/Setting_up_RFC2307_in_AD about adding it. Mike E. On Fri, Jun 10, 2016 at 3:44 PM Kaplan, Andrew H. <AHKAPLAN at partners.org<mailto:AHKAPLAN at partners.org>> wrote: The problem that I am now facing is the fact there is no NIS domain that can be selected from the dropdown menu, which, in turn, prevents the login shell from being modified. ________________________________ From: Data Control Syst...
2016 Jun 10
2
Problem with Active Directory authentication
...with Active Directory authentication Hi, You need to make sure that the user has the rfc2307 "loginShell:" attribute set. See https://wiki.samba.org/index.php/Administer_Unix_Attributes_in_AD_via_ADUC for how to set it. Mike E. On Fri, Jun 10, 2016 at 2:11 PM, Kaplan, Andrew H. <AHKAPLAN at partners.org<mailto:AHKAPLAN at partners.org>> wrote: Hello -- The version of Samba that I am running on the server is the 4.3.9 Ubuntu package. To that end, I reconfigured the smb.conf file to reflect the entries listed in your e-mail. I added the syntax: default shell = /bin/bash t...
2016 Jun 23
0
sssd.conf file missing
...tion? Something like [sssd] debug_level = 4 config_file_version = 2 domains = your-domain-name-here If it's not there, add it and modify the [your-domain-name-here] section so it'll look like this: [domain/your-domain-name-here] 23.06.2016, 15:51, "Kaplan, Andrew H." <ahkaplan at partners.org>: > Hello ? > > Thank-you for your e-mail. I corrected the syntax in the file, and I have confirmed the permissions are correct: > > -rw-------. 1 root root 266 Jun 23 08:45 sssd.conf > > Unfortunately, the error condition and messages listed in my initial e-...
2016 Jun 23
0
sssd.conf file missing
...= 4 > config_file_version = 2 > domains = your-domain-name-here > > If it's not there, add it and modify the [your-domain-name-here] section > so it'll look like this: > [domain/your-domain-name-here] > > > 23.06.2016, 15:51, "Kaplan, Andrew H." <ahkaplan at partners.org>: >> Hello ? >> >> Thank-you for your e-mail. I corrected the syntax in the file, and I >> have confirmed the permissions are correct: >> >> -rw-------. 1 root root 266 Jun 23 08:45 sssd.conf >> >> Unfortunately, the error condition...
2016 Jun 09
0
FW: Problem with Active Directory authentication
.../bin/false. The only way I've found to change this, is to override that globally with the "template shell = /bin/bash" option in smb.conf, which enables it globally for all Active Directory users (probably not desired). Mike E. On Wed, Jun 8, 2016 at 3:46 PM, Kaplan, Andrew H. <AHKAPLAN at partners.org<mailto:AHKAPLAN at partners.org>> wrote: Hello -- We are running the 14.04.3 LTS 64-bit release as a virtual machine on a Vmware appliance. The goal of the installation is to create a Samba server that utilizes Active Directory authentication. To that end I utilized the fo...
2004 Jul 19
2
SSLeay
Could someone tell me where i can download the latest version of SSLeay. I have tried the following sites: * <ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL/> * <ftp://ftp.uni-mainz.de/pub/internet/security/ssl> * <ftp://ftp.cert.dfn.de/pub/tools/crypt/sslapps> * <ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.psy.uq.oz.au> * <ftp://ftp.sunet.se/ftp/pub/security/tools/crypt/ssleay>
2016 Aug 24
3
Problem with CentOS 5.11 virtual machine
Hello -- We completed an installation of CentOS 5.11 32-bit onto a Vmware ESXi 6.0.0 appliance for the purpose of running a legacy application. The hardware in question is a Dell PowerEdge R730xd system. The Vmware tools utility was installed onto the virtual machine, and that initially provided access to the network. Once that was done, patches from the CentOS repository were installed onto the
2016 Jun 10
2
Problem with Active Directory authentication
...p_RFC2307_in_AD and https://wiki.samba.org/index.php/Administer_Unix_Attributes_in_AD_via_ADUC. With a configuration similar to mine, and the correct shell set up in the rfc2307 attributes for the user, I think you'll be all set. Mike E. On Fri, Jun 10, 2016 at 12:50 PM Kaplan, Andrew H. <AHKAPLAN at partners.org<mailto:AHKAPLAN at partners.org>> wrote: Hello -- I removed the ldap and sssd packages from the server, and I am trying to get winbind to work on the system. The configuration of the /etc/samba/smb.conf file's global section is the following: [global] ## Browsing/Id...
2016 Jun 10
0
Problem with Active Directory authentication
...ure about this, but that might mean that the NIS Extensions are not installed in your AD directory. Is the domain controller a Samba AD DC? If so you can see https://wiki.samba.org/index.php/Setting_up_RFC2307_in_AD about adding it. Mike E. On Fri, Jun 10, 2016 at 3:44 PM Kaplan, Andrew H. <AHKAPLAN at partners.org> wrote: > The problem that I am now facing is the fact there is no NIS domain that > can be selected from the dropdown menu, > which, in turn, prevents the login shell from being modified. > > > ------------------------------ > *From:* Data Control Systems -...
2016 Aug 24
0
Problem with CentOS 5.11 virtual machine
Try reinstalling vmware-tools Eero 24.8.2016 7.41 ip. "Kaplan, Andrew H." <AHKAPLAN at partners.org> kirjoitti: > Hello -- > > We completed an installation of CentOS 5.11 32-bit onto a Vmware ESXi > 6.0.0 appliance for the purpose of running a legacy application. The > hardware in question is a Dell PowerEdge R730xd system. The Vmware tools > utility was inst...
2016 Jun 10
0
FW: Problem with Active Directory authentication
...recovery1 sshd[6325]: fatal: Access denied for user ahk at partners.org by PAM account configuration [preauth] on the ssh server system run pam-auth-update select kerberos auth if its not there install pam-krb5 and try again. gr Louis Op 9 jun. 2016 om 21:56 heeft Kaplan, Andrew H. <AHKAPLAN at PARTNERS.ORG> het volgende geschreven: Jun 9 15:51:55 rorecovery1 sshd[6325]: fatal: Access denied for user ahk at partners.org by PAM account configuration [preauth] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/opti...