Displaying 20 results from an estimated 1000 matches similar to: "ldap interface authentication"
2008 Jan 10
2
looking for a pam_smbpass user to answer passwd sync issues
I need to let my users change their password using PAM to preserve the
existing ldap authentication system. How can I force pam to sync the smb
password to the unix one.
I am running Fedora 7 package on an x86-64 system. I have smb working
via ldap and sambasam.schema (v3.0.24) I have unix password sync = yes
but it should not come into play as I never plan to reset passwords via
smbd.
In
2008 Dec 22
3
Convert ASCII string to Decimal in R (vice versa) was: Hex
Hi Dieter,
Sorry my mistake. I wanted to convert them
into Decimal (not Hexadecimal).
Given this string, the desired answer follows:
> ascii_str <- "ORQ>IK"
79 82 81 62 73 75
> ascii_str2 <- "FDC"
70 68 67
- Gundala Viswanath
Jakarta - Indonesia
On Mon, Dec 22, 2008 at 5:49 PM, Dieter Menne
<dieter.menne at menne-biomed.de> wrote:
> Gundala
2013 Feb 05
4
[PATCH] tools/libxl: Disable useless empty floppy drive with qemu-xen
tools/libxl: Disable useless empty floppy drive with
qemu-xen
Signed-off-by: Fabio Fantoni <fabio.fantoni@heliman.it>
---
tools/libxl/libxl_dm.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c
index 51f9914..c265618 100644
--- a/tools/libxl/libxl_dm.c
+++ b/tools/libxl/libxl_dm.c
@@ -406,6 +406,9 @@ static char **
2015 Jul 11
3
Re: Migrate Win2k3 to KVM
Hi,
Here is the XML file of the my VM:
<!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
OVERWRITTEN AND LOST. Changes to this xml configuration should be made
using:
virsh edit SJ-SIMISPC
or other application using the libvirt API.
-->
<domain type='kvm'>
<name>SJ-SIMISPC</name>
2020 Nov 09
2
Multi-factor Auth status
Is there any information iI can grab on implementing MFA via the samba 4 AD? Perhaps via the Okta API or SAML?
JD
2007 Apr 30
4
B62 AHCI and ZFS
Hardware Supermicro X7DAE (AHCI BIOS) dual Intel Woodcrest processors, 6 x Western Digital Raptor SATA drives.
I have installed b62 running 64 bit succesfully on a PATA drive. The BIOS is configured to access the SATA drives in native mode using hte AHCI Bios.
I have 6 SATA II drives accessed via the Solaris AHCI driver. I have created a ZFS file system across all 6 drives. This works fine until
2008 Jan 02
2
Fedora samba and ldap (resend)
I am currently using the Fedora Open directory with a posix structure
user information to authenticate several hundred Mac users.
Currently this is being done using the netatalk package for userId, UID,
GID, password, home directory.
What I am looking for is a way to move from netatalk to Samba without
losing my LDAP capabilities.
I have seen several post related to doing this but none
2008 Sep 26
2
bar and line plot
Hello All:
Using the below dataset how can I make a barplot with
Date(X) and NumEggs(Y) by Site. Then plot Temp(lineplot)
It seems really simple, but I am having a hard time trying to
do it by Site. Thanks
Date NumEggs Site Temp
1 2008-04-22 0 Massacre Flat (RK424.5) 51.20
2 2008-04-23 0 Massacre Flat (RK424.5) 50.80
3 2008-04-24
2007 Aug 24
1
Windows XP joining Samba/LDAP domain problem (User cannot be found) [SOLVED]
To anyone out there who's having problems joining their Samba/LDAP
domain with XP here's a solution. The main symptom is that the XP join
domain gui returns a "user cannot be found" error. The setup that I
experienced this on was configured and managed using the smbldap-tools
package. Usual disclaimer applies if it fails to work, you are
responsible for backing up your
2009 Feb 26
1
0.12.4 dies with call SetTlsParms before
I upgraded from 12.2 to 12.4 and found that my happy little eventmachine
processes die with:
terminate called after throwing an instance of ''std::runtime_error''
what(): call SetTlsParms before calling StartTls
Here''s what I believe is the relevant snippet of my code, which calls
start_tls() in the connection_completed() callback:
connection =
2008 Jun 20
3
Mounting Floppies
Hi - daft one for Friday morning coffee break:
I have been trying to mount floppies on a couple of CentOS5 servers - the
usual "mount /dev/fd0 /mnt/floppy" (yes, /mnt/floppy exists!).
On both servers, the mount command just doesn't come back and I have to hit
CTRL-C. I have tried different media and also changed the floppy drive on
one server, /dev/fd0 is seen as present on both
2005 May 26
1
Re: RE pdb_ldap.c, ldapsam_add_sam_account, existing poxisaccount
St?phane,
The book "Samba-3 by Example" is being reprinted very soon. Up to date builds
of the PDF are available on the Samba web site daily. This document can be
downloaded from:
http://www.samba.org/samba/docs/Samba-Guide.pdf
In chapter 5 I have fully documented how Samba-3 can be deployed with LDAP and
using the smbldap-tools. It works perfectly for me and in many sites that
2013 Aug 20
3
Re: Oracle RAC in libvirt+KVM environment
My domain xml is like this:
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>2008-2</name>
<uuid>6325d8a5-468d-42e9-b5cb-9a04f5f34e80</uuid>
<memory unit='KiB'>524288</memory>
<currentMemory unit='KiB'>524288</currentMemory>
<vcpu
2008 May 29
1
Populating the samba/ldap database
I'm working on getting Samba3 running in a RHEL4 environment. The
components are;
samba3-3.0.28-35
openldap-2.2.13-8.el4_6.4
smbldap-tools-0.9.4-1.el4.rf
I already have a working and functional ldap installation. The rub is
that the existing ldap accounts do not have any samba specific
attributes. Samba by Example assumes that I'm initially creating an ldap
database, where the
2009 Mar 05
1
Adding existing ldap users as Samba users
Hi people:
I have a LDAP server running OpenLDAP that serves authentication
purposes to services like ftp, imap, openvpn, etc. Now I implemented a
Samba PDC based on LDAP.
I did the configuration with Samba 3.2.5 on Debian Etch and
smbldap-tools. I was able to join a WinXP workstation to my domain
without problems but I can't login with any existing user in my LDAP
directory.
Then I added my
2004 May 10
0
Slow network performance with winXP clients and samba 3.0.x
Hi There...
I have a copy of the SAMBA howto and have a question regarding text on pages 364 and 365.
I would like to try this approach to speed things up on my network. It takes about 90 - 240s to logon and logoff from brand new (3.0GHz) XP clients to a dual 600MHz server with 512Mb ram running 6 clients. Network is 10baseT.
The following is the selection of the document that I am referring
2007 Aug 15
2
Interfaces for accessing SSL/TLS certificates
Hi everyone. Does anyone have any preferences or ideas for an interface for
SSL certificates, both client-side and server-side? At present, the only
interface is EventMachine::Connection#start_tls, which uses a built-in
self-signed cert on the server side. On the cilent side, it accepts any
well-formed cert (that is, it doesn''t check that the remote cert is signed
by a trusted authority).
2007 Aug 16
1
Migrating NT4->Samba3: Found bogus group member...
Hi,
today I tried to migrate an old NT4 PDC to Samba 3 as described in
http://samba.org/samba/docs/man/Samba-HOWTO-Collection/NT4Migration.html
but with the Samba databases on LDAP: Whenever I tried that
net rpc vampire -S NT4PDC -U administrator%passwd
I received error messages that the users cannot be created. When I set
debugging to level 2, it told me about
Found bogus group
2005 Jul 24
1
logon drive, ldap ssl = start_tls, ssh and client/server encryption (and logon.bat permission tip)
Dear list,
More questions on my PDC travels ;-)
1. Is it ok, with roaming profiles on, to leave "logon drive = "
empty, as this drive seems to be confusing users?
2. All my ldap stuff is using tls, and I just want to confirm that
"ldap ssl = start_tls" is looking in /etc/ldap.conf for certificate
locations etc.?
3. Is all traffic between Windows clients and the Samba
2004 Jan 30
1
Samba 3.0.1 and OpenLDAP 2.2.4 with TLS
Hi all,
I've been searching the lists and web for an answer but i'm stumped hope
some one here has an answer for me. As I'm new to this sysadmin role.
I have set up OpenLDAP to authenticate our linux users and exim MTAs.
This all works fine with OpenLDAP only providing a ldaps:/// connection
on 636.
However I cannot for the life of me get samba to speak tls to it. I've
seen