OpenSUSE :: 11.2 - How To Enable TLS / SSL On OpenLDAP

Jul 6, 2010

Every time I try to setup TLS in openldap using the yast applet. The database blows up and dies. I cannot restart the ldap service unless I create a new database. Basically I get LDAP up and working perfectly. Then I use yast to go and enable TLS and SSL support. I put in the paths of the certs. Then hit okay and that is when it blows up. I cannot restart the service. I follow the directions exactly in the link below.
OpenLDAP Faq-O-Matic: How do I use TLS/SSL?
Where is says "using certificates".

Here is what it says in the /var/log/messages
Code:
Jul 6 16:45:31 leia slapd[23996]: @(#) $OpenLDAP: slapd 2.4.17 (Oct 24 2009 04:51:18) $#012#011abuild@build32:/usr/src/packages/BUILD/openldap-2.4.17/servers/slapd
Jul 6 16:45:31 leia slapd[23996]: config error processing cn=schema,cn=config:
Jul 6 16:45:31 leia slapd[23996]: slapd stopped.
Jul 6 16:45:31 leia slapd[23996]: connections_destroy: nothing to destroy.
Jul 6 16:45:31 leia startproc: startproc: exit status of parent of /usr/lib/openldap/slapd: 1

How can I enable TLS/SSL on openldap in opensuse 11.2 without the database dying?

View 2 Replies


ADVERTISEMENT

Fedora :: Error: Package Openldap-2.4.21-6.fc13.x86_64 (which Is Newer Than Openldap-2.4.21-4.fc13.i686

Jun 8, 2010

Code:
$ su -c 'yum install wine'
this forum won't let me put all the text in Transaction Check Error: package openldap-2.4.21-6.fc13.x86_64 (which is newer than openldap-2.4.21-4.fc13.i686) is already installed package nss-softokn-freebl-3.12.4-19.fc13.x86_64 (which is newer than nss-softokn-freebl-3.12.4-17.fc13.i686) is already installed

View 4 Replies View Related

OpenSUSE Network :: 11.0 - Configuring OpenLDAP 2.4 Replication?

Jun 29, 2009

I have been using OpenLDAP 2.4 with OpenSuse 11 without any issues but I now want to configure replication and can't see how it's done . The OpenLDAP 2.4 admin guide refers to the slapd.conf configuration file but this is not used by YaST.

View 4 Replies View Related

OpenSUSE :: OpenLDAP User - Edit Details And/or Password?

Feb 17, 2010

I have an OpenSuSe 11.0 running openldap (managed by yast) for user authentication on some services.Is there an easy way that I can provide for users to change their own passwords (Preferably a web interface)?

View 1 Replies View Related

OpenSUSE Network :: Using OpenLDAP With Yast Configure Tool

May 9, 2009

I am new to using OpenLDAP on OpenSUSE with the yast configure tool. I have used Openldap on Fedora before and there was a slapd.conf file that I could modify. It appears that the yast does something different. Anyway I need to find out what the rootdn password is, but I cannot find it since there is no slapd.conf file.

View 2 Replies View Related

Ubuntu :: Deluge WebUI Enable / Re-enable Subsequently Unable To Re-enable It (doesn't Appear In The Side Panel Again)?

Feb 10, 2010

I recently installed Deluge 1.2.0 from the following PPA:[URL]I using this on two different Linux computers. One is running Linux Mint 8 and the other is running Ubuntu Netbook Remix 9.10. The first time on either computer when I enable WebUI in the Deluge GUI it works fine. However if I ever disable it in plugins section I am subsequently unable to re-enable it (doesn't appear in the side panel again). Rebooting or reinstalling Deluge seems to have no effect.Is this a bug or am I doing something wrong?

View 3 Replies View Related

OpenSUSE :: Enable Xrdp In 11.2?

Jun 12, 2010

How can I enable xrdp in OpenSuse 11.2

I found some instructions at [URL] but its only for OpenSuse 11.1

View 2 Replies View Related

OpenSUSE :: 11.3 Cannot Enable AppArmor?

Jul 18, 2010

Here's my problem: Clean OpenSUSE 11.3 64 bit installation using default options into a Virtualbox virtual machine for pre-production testing. I want to check whether AppArmor is enabled, so I enter YaST -> AppArmor Control Panel.

This has a check box named 'Enable AppArmor' which is by default un-checked. I check this box, and then click 'Done'. This takes me back to YaST and I would assume AppArmor has now been enabled. However, when I return to AppArmor Control Panel the check box is deselected again.

View 9 Replies View Related

OpenSUSE :: How To Enable Compiz

Aug 12, 2010

I have installed the nvidia video driver by using the one-click video driver installation procedure from opensuse.I can now enable advanced desktop effects such as snow. I also installed compiz with the one click procedureMy problem is that after I enable compiz after using the simple-ccsm command and enabling the compiz none of my keyboard shortcuts works anymore like alt+tab and other shortcuts I have configure so far.

View 3 Replies View Related

OpenSUSE :: Can't Enable 3d Acceleration

Sep 10, 2011

I can't enable 3d acceleration because when I enable the Desktop effects, and I exit the window, they are not active.. I enter in the desktop effects configuration again, and I can see that the option "enable" is uncheck.. I'm a newbie.. Can you explain me how do I get the driver for my Nvidia GeForce 9600M GT (512 MB of Graphic RAM)? Do I have enough power to run 3d?

View 5 Replies View Related

Server :: OpenLDAP And TLS-SSL ?

Jan 25, 2011

I configured my openldap but now I want to implement SSL-TLS

This is my basic slapd.conf configuration

Code:

And I created this script (simple I know) to create this TLS/SSL Config but it won't work users cannot login

path when I am moving certs /etc/openldap/cacerts

Code:

As you see I create the key and certificate, assign permissions, add stuff to slapd.conf and finally copy thecer to a client PC

On client side I use authconfig-tui

My enviroment is Centos 5.5

what is wrong on my config?

View 5 Replies View Related

Software :: Using The TLS With Openldap?

Apr 22, 2011

I'm tried to config TLS with Openldap follow this site [URL]. when attempted to sign the cert request by my CA. I have a fault:

root@ldap:/usr/local/openssl/bin# ./CA.sh -sign
Using configuration from /usr/lib/ssl/openssl.cnf
Error opening CA private key ./demoCA/private/cakey.pem

[code]....

View 2 Replies View Related

OpenSUSE :: Enable .htaccess In A Folder?

Aug 5, 2009

in /srv/www/htdocs/tale i have a .htaccess how to enable it? i don't changed anything in

Code:
/etc/apache2/httpd.conf
/etc/apache2/default-server.conf

View 9 Replies View Related

OpenSUSE :: 11.3 - How To Enable Spell Checker

Jul 28, 2010

I used to have a spell check every where I typed in Ubuntu and Fedora. I just noticed it's not happening on openSUSE. How do I enable it?

View 1 Replies View Related

OpenSUSE :: Enable Workspace In KDE4

Jun 4, 2011

I cannot find workspace in kde4 under 11.4. I try to add from taskbar option, but find nothing.

View 3 Replies View Related

OpenSUSE Hardware :: How To Enable GLX Compositing

Aug 6, 2010

I have been going crazy for a few days trying to enable compiz on my tc1100. I have a GeForge 420 legacy card and I compiled the proprietary NVIDIA driver. I realize that this is an old card. So perhaps that is why NVIDIA compositing is not enabled by default. If I go to Desktop settings and try to enable 3D effects, it tells me that compositing is not enabled. So I figured I best go with xlg. I installed all that is necessary for compiz-fusion. However, the command glx is not recognised. I also cannot find a package called xlg. Only patterns-openSUSE-xlg. Shouldn t there be a package for xlg? How do I enable compositing??

This is the contents of my xorg.conf
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Jul 13 13:31:50 PDT 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection .....

View 9 Replies View Related

OpenSUSE Hardware :: How To Enable Touchpad

Jul 22, 2011

Open Suse 11.3 How to enable touchpad?

View 3 Replies View Related

OpenSUSE Network :: How To Enable Usershares

Jan 22, 2009

I am new to OpenSuse and want to exchange files wirelessly between Windows and Linux computers in our office. I run 11.1 Gnome on a 64-bit laptop. When I want to share a directory in my Home Folder, I get the message:

'net usershare' returned error 255: net userhare: usershares are currently disabled

So, how do I enable usershares in OpenSuse?

View 5 Replies View Related

Networking :: Disabled In OpenSUSE - Enable?

Feb 14, 2011

I am using openSUSE since last 4 years ,which is installed on my External Transcend 320 Gig External Hard-disk. Now I don't know why but my network is not working, i.e. when I click on "Network Manager", it reads, "Network Manager disabled". So is there any way to overcome from this problem? I also tried to restart the network service but, it did not worked.

View 5 Replies View Related

Fedora :: Recompile Squid To Enable - Enable-storeio - Coss

Aug 11, 2010

How to recompile squid under fedora 13 to insert this arguments ---> --enable-storeio=diskd,coss

View 2 Replies View Related

Red Hat / Fedora :: Add Entry Into Openldap?

May 27, 2011

I was trying to find documentation on how to add an a new object into openldap, however I can not seam to find a good walk through.

Just so everyone knows what I'm trying to do, I need to add a new object called bannerid, this bannerid is a unique id that will help me find student accounts in my openldap directly much quicker.

View 2 Replies View Related

Server :: Add A New Schema To Openldap 2.4.11?

Jan 28, 2009

Openldap 2.4.11 uses cn=config as the main configuration instead of slapd.conf .

How to add a new schema to openldap 2.4.11 that uses cn=config.

View 12 Replies View Related

Server :: Openldap And Self Authentication?

Aug 24, 2010

I was thinking of merging my openldap and samba bdc servers. Is it ok for a server to authenticate against itself? (ie ldap.conf points to localhost)

View 1 Replies View Related

Server :: OpenLDAP Configuration On Red Hat 5.4?

Jul 13, 2011

I have a RHEL 5.4 server installed in a server farm. The server is administered under a central AD, which means that administrators are registered in the AD.

However, I have to deploy an application on the linux server, that will use it's own OpenLDAP server. This means that this application will be the client to the LDAP server installed on the same RHEL server.

I tried installing OpenLDAP using yum and it resulted in a very fatal issue. Somehow the configuration files used for finding the Linux server from the AD was overwritten and the Linux server was not reachable anymore.

After some investigations, and possibly, rebuild, the server has been handed over to me.

The problem is how should I install OpenLDAP so that the existing connection to AD is not lost.

On the Linux server I see a /etc/openldap directory but only contains ldap.conf and cacerts directory.

View 3 Replies View Related

Server :: Cannot Map SASL DN To OpenLDAP's DN

Jul 27, 2011

I am having some trouble with Cyrus SASL and OpenLDAP. I tried to configure OpenLDAP using SASL for all conection but I cannot map the SASL-DN to OpenLDAP's DN. Below is my configuration file, slapd.conf

[code]...

After I finished the configuration, I try to use ldapsearch tool to verify, but I cannot:

[code]...

View 10 Replies View Related

OpenSUSE :: Enable Compositing Support In KDE4.2?

Feb 12, 2009

Configure desktop (Desktop - System Settings) --> Desktop
Message indicates:
Compositing is not supported on your system.
Required X extensions (XComposite and XDamage) are not available.

I can't find XComposite or XDamage as a package to install with Software Management. code...

View 9 Replies View Related

OpenSUSE :: How To Enable Java Runtime Environment

Jun 1, 2010

I tried a lot but I can' t enable java in firefox. I' ve installed java jre 1.6.20, I created symbolic shorcut to .mozilla/plugins directory but it doesn' t work. By the way /plugins directory wasn' esixt and i created it in .mozilla dir. I use opensuse 11.2 and firefox 3.6.3.

View 7 Replies View Related

OpenSUSE :: Directly Enable 11.3 X64 KDE Desktop Effects

Feb 13, 2011

I've a question about KDE desktop effects. How do I directly enable KDE desktop effects in KDE? Now I have to enable Gnome desktop effects, then KDE desktop effects will be enabled. When I select "enable desktop effects" and press "OK" in KDE, it will tell me "... X configuration ..." something. What the hell is that? I never met this problem in Gnome. Is it a KDE's bug?

View 2 Replies View Related

OpenSUSE Hardware :: Cannot Enable Interface Wlan0

Nov 29, 2009

my wireless adapter isn' working. when i tried to /etc/init.d/network restart it says

RTNETLINK answers: No such file or directory Cannot enable interface wlan0. interface wlan0 is not up

what can i do ?

device: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)

View 7 Replies View Related

OpenSUSE Hardware :: Enable Wireless Card In 11.2?

Jan 8, 2010

I have a Dell studio 15. Not sure how to enable my wireless card to use at WIFI spots. Always used wired connections so for.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved