[389-users] How to export CA certificate into client from server

2012-07-28 Thread fosiul alam
Hi Thanks for reply. but there is a problem .. is there is the example certutil -d . -L Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI CA certificate CTu,u,u server-cert

Re: [389-users] How to export CA certificate into client from server

2012-07-28 Thread Grzegorz Dwornicki
I am not sure about case sensivity in names soo just to be sure: your CA is named CA certificate and you used name CA Certtificate 28-07-2012 12:15, fosiul alam expertal...@gmail.com napisał(a): Hi Thanks for reply. but there is a problem .. is there is the example certutil -d . -L

Re: [389-users] How to export CA certificate into client from server

2012-07-28 Thread Arpit Tolani
Hello On Sat, Jul 28, 2012 at 3:44 PM, fosiul alam expertal...@gmail.com wrote: Hi Thanks for reply. but there is a problem .. is there is the example certutil -d . -L Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI CA certificate

[389-users] How to export CA certificate into client from server

2012-07-28 Thread fosiul alam
Hi Dont know how to reply on same thread. but thank for quick reply. its case sensitive. so I created the cert file and i put that one into client , and i configured as documentated /etc/openldap/ldap.conf URI ldap://ldap-2.fosiul.lan/ BASE dc=fosiul,dc=lan TLS_CACERTDIR

Re: [389-users] How to export CA certificate into client from server

2012-07-28 Thread Arpit Tolani
On Sat, Jul 28, 2012 at 4:25 PM, fosiul alam expertal...@gmail.com wrote: Hi Dont know how to reply on same thread. Just click on reply leave the subject of mail un-touched but thank for quick reply. its case sensitive. so I created the cert file and i put that one into client , and

Re: [389-users] How to export CA certificate into client from server

2012-07-28 Thread Grzegorz Dwornicki
To make system aware of users in 389 you need to configure other files: /etc/ldap.conf (el5 systems) or /etc/nss_ldap.conf (el6 systems) + /etc/nsswitch.conf + PAM modules (/etc/pam.d/system-auth + install pam_ldap module). On RHEL/Fedora/Centos/SL you can do this easy way using authconfig,

[389-users] How to export CA certificate into client from server

2012-07-28 Thread fosiul alam
Hi I am not getting reply by email, so i cant click on reply... how will i get reply by email ?? @arpittol...@gmail.com i think i have done something wrong to create certs I have used bellow script to create all the certificate : https://github.com/richm/scripts/blob/master/setupssl2.sh now

Re: [389-users] How to export CA certificate into client from server

2012-07-28 Thread Arpit Tolani
Hie On Sat, Jul 28, 2012 at 4:54 PM, fosiul alam expertal...@gmail.com wrote: Hi I am not getting reply by email, so i cant click on reply... how will i get reply by email ?? @arpittol...@gmail.com i think i have done something wrong to create certs I have used bellow script to create

Re: [389-users] How to export CA certificate into client from server

2012-07-28 Thread Grzegorz Dwornicki
On gmail i have option replay next to every email. If you are using email client look in docs for your client. Your error mean that CN (common name) field of certificate is wrong. It should be FQDN of 389. You need to make new server cert. Good Luck! 2012/7/28 fosiul alam expertal...@gmail.com

[389-users] How to export CA certificate into client from server

2012-07-28 Thread fosiul alam
Hi thanks I understand i will have to start from scratch for certificate .. but few explanation i need My ldapserver host name is : ldap-2.fosiul.lan and I just cn=Directory Manager so according to those info.. what shall i put in , dc=directory ??? and cn=directory.example.com ??? My server

Re: [389-users] How to export CA certificate into client from server

2012-07-28 Thread Arpit Tolani
Hie On Sat, Jul 28, 2012 at 5:15 PM, fosiul alam expertal...@gmail.com wrote: Hi thanks I understand i will have to start from scratch for certificate .. but few explanation i need My ldapserver host name is : ldap-2.fosiul.lan and I just cn=Directory Manager Try below. # certutil -S -n

[389-users] How to export CA certificate into client from server

2012-07-28 Thread fosiul alam
Hi Thanks no i think its fine .. I was trying with ldap-2 only but when i use faqdn name its work llike bellow ldapsearch -x -ZZ -D cn=Directory manager -w password -h ldap-2.fosiul.lan -b dc=fosiul,dc=lan Which is returning all result ( if i try from server)

Re: [389-users] How to export CA certificate into client from server

2012-07-28 Thread Grzegorz Dwornicki
Does this user have uid=falam in its DN? Tls works if that what you are asking. 28-07-2012 14:13, fosiul alam expertal...@gmail.com napisał(a): Hi Thanks no i think its fine .. I was trying with ldap-2 only but when i use faqdn name its work llike bellow ldapsearch

[389-users] How to export CA certificate into client from server

2012-07-28 Thread fosiul alam
Hi I think i am very close to fix the issue Please have a look to the bellow commands I can do this from SErver or client .. this result i get root@home ~]# ldapsearch -x -ZZ -D cn=Directory manager -w -h ldap-2.fosiul.lan -b dc=fosiul,dc=lan # extended LDIF # # LDAPv3 # base

Re: [389-users] How to export CA certificate into client from server

2012-07-28 Thread Arpit Tolani
Hello On Sat, Jul 28, 2012 at 6:07 PM, fosiul alam expertal...@gmail.com wrote: Hi I think i am very close to fix the issue Please have a look to the bellow commands I can do this from SErver or client .. this result i get root@home ~]# ldapsearch -x -ZZ -D cn=Directory manager -w

[389-users] ldapsearch is fine but from authentication purpose its not doing anything

2012-07-28 Thread Fosiul Alam
Hi I have setup ldap server and from client its returning example : [root@home ~]# ldapsearch -x -ZZ -D cn=Directory manager -w xxx -h ldap-2.fosiul.lan -b dc=fosiul,dc=lan (cn=Fosiul Alam) # extended LDIF # # LDAPv3 # base dc=fosiul,dc=lan with scope subtree # filter: (cn=Fosiul Alam) #

Re: [389-users] ldapsearch is fine but from authentication purpose its not doing anything

2012-07-28 Thread Grzegorz Dwornicki
In other mail I've told you: use authconfig or authconfig-tui or system-config-authentication to setup system for ldap authentication. For example authconfig-tui has simple text-based interface, authconfig is CLI based and require arguments. Finally system-config-authentication has gui. 28-07-2012

Re: [389-users] ldapsearch is fine but from authentication purpose its not doing anything

2012-07-28 Thread Grzegorz Dwornicki
Do you have nss_ldap installed? 28-07-2012 18:58, Fosiul Alam fos...@gmail.com napisał(a): hi yes.. i am not using ip . i am using fully host name this is my nsswitch cat /etc/nsswitch.conf # # /etc/nsswitch.conf # # An example Name Service Switch config file. This file should be #

Re: [389-users] ldapsearch is fine but from authentication purpose its not doing anything

2012-07-28 Thread yersinia
Sorry for the top posting. But your test is not sufficient. can you do a ldap simple bind with the user , not with the directory admin, you want to authenticate ? This is the first question to answer . so you can be sure no ldap acl problem, no password mismatch and the like. Regards

Re: login fails

2012-07-28 Thread Christopher Svanefalk
It seems you might have broken it quite badly... :( Someone might have a fix, but if I was in you place, I would use the system rescue feature to simply rescue all data on the HDD, and then simply do a clean install. Best, Christopher Svanefalk On Sat, Jul 28, 2012 at 3:01 AM, Patrick Dupre

remake /dev

2012-07-28 Thread Patrick Dupre
Hello, How can I remake the /dev ? Thank. -- == Patrick DUPRÉ| | email: pdu...@kegtux.org == -- users mailing list

Re: need help: nfsv4 idmap

2012-07-28 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neal Becker wrote: I'm wondering if I can use nfsv4 idmap so that I can share files between systems without syncing uids. Thing is, I don't want to have to learn kerberos, ldap, etc. Is it possible to use idmap functionality without any

crontab 4th Tuesday of month

2012-07-28 Thread Frank Murphy
15 18 22-28 * 2 /command I thought the last tuesday would be covered by above. But it has run everyday since 22nd. Have googled a bit: http://hintsforums.macworld.com/showthread.php?t=25110 plus other crontab pages.

Re: remake /dev

2012-07-28 Thread Christopher Svanefalk
Did you delete it by accident, or is something in particular missing? I do not know if there is a general procedure to reconstruct the whole directory unfortunately. Best, Christopher Svanefalk On Sat, Jul 28, 2012 at 12:27 PM, Patrick Dupre pdu...@kegtux.org wrote: Hello, How can I

Re: remake /dev

2012-07-28 Thread Joachim Backes
On 07/28/2012 12:27 PM, Patrick Dupre wrote: Hello, How can I remake the /dev ? Thank. Hi Patrick, in earlier times this could be achieved by the script /dev/MAKEDEV, but it is missing nowadays. I think, *man udev* could be helpful for you. Kind regards Joachim -- Joachim Backes

Re: remake /dev

2012-07-28 Thread Patrick Dupre
On 2012-07-28 13:26, Joachim Backes wrote: On 07/28/2012 12:27 PM, Patrick Dupre wrote: Hello, How can I remake the /dev ? Thank. Hi Patrick, in earlier times this could be achieved by the script /dev/MAKEDEV, but it is missing nowadays. I still have a MAKEDEV, but I do know how to

Re: remake /dev

2012-07-28 Thread Ed Greshko
On 07/28/2012 06:27 PM, Patrick Dupre wrote: How can I remake the /dev ? How do you mean that? /dev is a devtmpfs file system and gets regenerated at each boot time. It is done by the kernel. So, what do you really want to do? -- Never be afraid to laugh at yourself, after all, you could

Re: remake /dev

2012-07-28 Thread Joachim Backes
On 07/28/2012 01:34 PM, Patrick Dupre wrote: On 2012-07-28 13:26, Joachim Backes wrote: On 07/28/2012 12:27 PM, Patrick Dupre wrote: Hello, How can I remake the /dev ? Thank. Hi Patrick, in earlier times this could be achieved by the script /dev/MAKEDEV, but it is missing nowadays.

Re: crontab 4th Tuesday of month

2012-07-28 Thread Michael Schwendt
On Sat, 28 Jul 2012 12:03:09 +0100, Frank Murphy wrote: 15 18 22-28 * 2 /command I thought the last tuesday would be covered by above. But it has run everyday since 22nd. Have googled a bit: http://hintsforums.macworld.com/showthread.php?t=25110 plus other crontab pages.

Re: crontab 4th Tuesday of month

2012-07-28 Thread Frank Murphy
On 28/07/12 12:53, Michael Schwendt wrote: On Sat, 28 Jul 2012 12:03:09 +0100, Frank Murphy wrote: 15 18 22-28 * 2 /command I thought the last tuesday would be covered by above. But it has run everyday since 22nd. Have googled a bit: http://hintsforums.macworld.com/showthread.php?t=25110

Re: remake /dev

2012-07-28 Thread Patrick Dupre
My idea what to repair the installation from another installation. So, I mounted the defectuous installation, and I did a chroot to it. It works except that I have an error message: so such file or directory : /dev/urandom Same thing when I make a yum --version There is no files in /dev, I

Re: remake /dev

2012-07-28 Thread Ed Greshko
On 07/28/2012 08:07 PM, Patrick Dupre wrote: My idea what to repair the installation from another installation. So, I mounted the defectuous installation, and I did a chroot to it. It works except that I have an error message: so such file or directory : /dev/urandom Same thing when I make a

Re: Question for Evolution users.

2012-07-28 Thread Aaron Konstam
On Fri, 2012-07-27 at 17:07 -0400, Mark C. Allman wrote: On Fri, 2012-07-27 at 10:46 -0500, Aaron Konstam wrote: Since time immemorial when you deleted as mail message in evolution the message entry on the screen gets a line through it but the entry remains. Now on both my Fedora 17

Re: crontab 4th Tuesday of month

2012-07-28 Thread Jorge Fábregas
On 07/28/2012 07:03 AM, Frank Murphy wrote: I thought the last tuesday would be covered by above. But it has run everyday since 22nd. Hi, There's no way to accomplish this via crontab itself. You'll need a little help by means of a script. This works: 1) create the following script. Let's

Re: remake /dev

2012-07-28 Thread Veli-Pekka Kestilä
On 28.7.2012 15:07, Patrick Dupre wrote: My idea what to repair the installation from another installation. So, I mounted the defectuous installation, and I did a chroot to it. It works except that I have an error message: so such file or directory : /dev/urandom Same thing when I make a yum

Re: crontab 4th Tuesday of month

2012-07-28 Thread Frank Murphy
On 28/07/12 13:50, Jorge Fábregas wrote: On 07/28/2012 07:03 AM, Frank Murphy wrote: I thought the last tuesday would be covered by above. But it has run everyday since 22nd. Hi, There's no way to accomplish this via crontab itself. You'll need a little help by means of a script. This

Re: crontab 4th Tuesday of month

2012-07-28 Thread Tony Molloy
On Saturday 28 July 2012 12:03:09 Frank Murphy wrote: 15 18 22-28 * 2 /command I thought the last tuesday would be covered by above. But it has run everyday since 22nd. Have googled a bit: http://hintsforums.macworld.com/showthread.php?t=25110 plus other crontab pages.

Re: crontab 4th Tuesday of month

2012-07-28 Thread Jorge Fábregas
On 07/28/2012 09:10 AM, Frank Murphy wrote: Will check this for next Tuesday. I just noticed now... I quoted your message where you state last tuesday but your Subject says 4th Tuesday of month which are totally different things. My example was based on the last Tuesday. -- Jorge -- users

Re: remake /dev

2012-07-28 Thread Patrick Dupre
On 2012-07-28 14:29, Ed Greshko wrote: On 07/28/2012 08:07 PM, Patrick Dupre wrote: My idea what to repair the installation from another installation. So, I mounted the defectuous installation, and I did a chroot to it. It works except that I have an error message: so such file or directory :

Re: remake /dev

2012-07-28 Thread Bruno Wolff III
On Sat, Jul 28, 2012 at 15:39:17 +0200, Patrick Dupre pdu...@kegtux.org wrote: I made a /dev/urandom and a /dev/null after a chroot and it seems fine. Which command create the /dev/* at boot? Is there anyway to repair the installation now that I run (after a chroot)? If you are trying to

Re: remake /dev

2012-07-28 Thread Patrick Dupre
On 2012-07-28 15:57, Bruno Wolff III wrote: On Sat, Jul 28, 2012 at 15:39:17 +0200, Hello,* I still cannot boot directly on the damage installation What is bizard is that the installer of fedora 16 can see the installation but not fedora 17. How can I force fedora 17 to update the

Re: remake /dev

2012-07-28 Thread Bruno Wolff III
On Sat, Jul 28, 2012 at 17:06:33 +0200, Patrick Dupre pdu...@kegtux.org wrote: On 2012-07-28 15:57, Bruno Wolff III wrote: On Sat, Jul 28, 2012 at 15:39:17 +0200, Hello,* I still cannot boot directly on the damage installation What is bizard is that the installer of fedora 16 can see the

Intel HD 4000 and F17

2012-07-28 Thread Kanwar Ranbir Sandhu
Hi Everyone, I have a F17 system that used to be installed in a machine with an Asus P5Q-E motherboard and an ATI HD 3850 video card. I replaced the motherboard with an Asus P8Z77-M Pro and went with an Intel i5-3570k so I could get rid of the ATI video card. The CPU has an integrated HD 4000

Re: Intel HD 4000 and F17

2012-07-28 Thread Kanwar Ranbir Sandhu
On Sat, 2012-07-28 at 18:03 +0200, Reindl Harald wrote: glxgears is NOT a benchmark Yeah, I know. what do you think means The framerate should be approximately the same as the monitor refresh rate Hot damn, didn't even notice that. Thanks for pointing it out. and yes if glxgears runs

Re: login fails

2012-07-28 Thread Bill Shirley
Patrick, I you want help you're going to have give us more information other than 'It does not help!!'. Did you get the selinux config file changed? Could you login after a re-boot? Bill -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: remake /dev

2012-07-28 Thread Aaron Konstam
On Sat, 2012-07-28 at 15:50 +0300, Veli-Pekka Kestilä wrote: On 28.7.2012 15:07, Patrick Dupre wrote: My idea what to repair the installation from another installation. So, I mounted the defectuous installation, and I did a chroot to it. It works except that I have an error message: so

Re: remake /dev

2012-07-28 Thread Veli-Pekka Kestilä
On 28.7.2012 18:39, Aaron Konstam wrote: On Sat, 2012-07-28 at 15:50 +0300, Veli-Pekka Kestilä wrote: On 28.7.2012 15:07, Patrick Dupre wrote: So, I mounted the defectuous installation, and I did a chroot to it. It works except that I have an error message: so such file or directory :

Changing calendar default from Evolution to Thunderbird

2012-07-28 Thread Lawrence Graves
Does anyone out there know how to change the default evolution calendar to the lightning calendar in Thunderbird. I have pulled my hair out and I am bald headed.:-) I am running Fedora 17x64. Everything pertaining to email works fine except for the calendar. Thank you in advance. -- All things

installation fails

2012-07-28 Thread Patrick Dupre
Hello, I failed several times to install fedora. It seems to be caused by the sleeping of the DVD reader. How can I awake it up? It stops to run typically during the configuration of the installation. Thank. -- == Patrick

Re: installation fails

2012-07-28 Thread Ed Greshko
On 07/29/2012 09:59 AM, Patrick Dupre wrote: I failed several times to install fedora. It seems to be caused by the sleeping of the DVD reader. How can I awake it up? It stops to run typically during the configuration of the installation. I just did a fresh install of F17 x64 on HP hardware.

Re: F17 takes so long to reboot/poweroff

2012-07-28 Thread Eddie G.O'Connor Jr-I
On 07/25/2012 12:10 PM, Richard Vickery wrote: On Wed, Jul 25, 2012 at 1:35 AM, Reindl Harald h.rei...@thelounge.net mailto:h.rei...@thelounge.net wrote: Am 24.07.2012 19 tel:24.07.2012%2019:39, schrieb Richard Vickery: Why do you need to reboot? What are you doing at power-off

Re: F17 takes so long to reboot/poweroff

2012-07-28 Thread David
On 7/28/2012 10:27 PM, Eddie G.O'Connor Jr-I wrote: On 07/25/2012 12:10 PM, Richard Vickery wrote: On Wed, Jul 25, 2012 at 1:35 AM, Reindl Harald h.rei...@thelounge.net mailto:h.rei...@thelounge.net wrote: Am 24.07.2012 19 tel:24.07.2012%2019:39, schrieb Richard Vickery: Why do you

Re: installation fails

2012-07-28 Thread Richard Vickery
On Sat, Jul 28, 2012 at 7:18 PM, Ed Greshko ed.gres...@greshko.com wrote: On 07/29/2012 09:59 AM, Patrick Dupre wrote: I failed several times to install fedora. It seems to be caused by the sleeping of the DVD reader. How can I awake it up? It stops to run typically during the

Fedora 16 Installation and mysql installation

2012-07-28 Thread Prashanth Kasula
Hi ALL, We brought a new box from HP having 64 bit architecture with raid 5 , 16 GB RAM , 500 GB each H.D.D now started installing with Fedora 16, by using the default partition scheme of fedora and got installed sucessfully ,started facing troubles in getting crashed firefox , now not able to

Re: Fedora 16 Installation and mysql installation

2012-07-28 Thread Manish Kathuria
On Sun, Jul 29, 2012 at 9:18 AM, Prashanth Kasula prashanthkas...@gmail.com wrote: Hi ALL, We brought a new box from HP having 64 bit architecture with raid 5 , 16 GB RAM , 500 GB each H.D.D now started installing with Fedora 16, by using the default partition scheme of fedora and got

Re: Fedora 16 Installation and mysql installation

2012-07-28 Thread Ed Greshko
On 07/29/2012 11:48 AM, Prashanth Kasula wrote: We brought a new box from HP having 64 bit architecture with raid 5 , 16 GB RAM , 500 GB each H.D.D now started installing with Fedora 16, by using the default partition scheme of fedora and got installed sucessfully ,started facing troubles

Re: Changing calendar default from Evolution to Thunderbird

2012-07-28 Thread Patrick O'Callaghan
On Sat, 2012-07-28 at 16:58 -0600, Lawrence Graves wrote: Does anyone out there know how to change the default evolution calendar to the lightning calendar in Thunderbird. You mean have Evolution use the Lightening calendar application instead of its built-in equivalent? I wouldn't have thought