[389-users] Modify users attributes

2012-08-14 Thread Fosiul Alam
Hi the theme of this script is , i need to modify uid , password, loginshell example ldapsearch -xZZ -D cn=Directory Manager -w 'testtest' -b dc=fosiul,dc=lan (cn=Fosiul Alam) loginshell uid userPassword # extended LDIF # # LDAPv3 # base dc=fosiul,dc=lan with scope subtree # filter: (cn=Fosiul

Re: [389-users] Modify users attributes

2012-08-14 Thread Grzegorz Dwornicki
I should look similat to this: dn: uid=jsmith,ou=users,l=uk,dc=fosiul,dc=lan changetype: modrdn newrrdn: uid=new_uid_value deleteoldrdn: 1 - changetype: modify replace: loginshell loginshell: /bin/nologin - modify: userPassword userPassword: asfasfasfasfasfasfasfdPQ= If you see :: in

Re: [389-users] Modify users attributes

2012-08-14 Thread Rich Megginson
On 08/14/2012 06:36 AM, Grzegorz Dwornicki wrote: I should look similat to this: dn: uid=jsmith,ou=users,l=uk,dc=fosiul,dc=lan changetype: modrdn newrrdn: uid=new_uid_value deleteoldrdn: 1 - changetype: modify replace: loginshell loginshell: /bin/nologin - modify: userPassword userPassword:

Re: [389-users] Modify users attributes

2012-08-14 Thread Fosiul Alam
Hi thanks for great help Everything works from script point of view Just a quick question How will i just get All uidNumber (userid) ?? which commands will show me all uidNumber ?? thanks On Tue, Aug 14, 2012 at 2:18 PM, Rich Megginson rmegg...@redhat.com wrote: On 08/14/2012 06:36 AM,

Re: [389-users] Modify users attributes

2012-08-14 Thread Matthew Schmitt
ldapsearch -xZZ -D cn=Directory Manager -w 'testtest' -b dc=fosiul,dc=lan (cn=Fosiul Alam) uidNumber The last field in the above example is for the attributes you want returned in your search. Just like the example below where you are searching for uid, password and login shell, you simply

Re: [389-users] problem initializing replica

2012-08-14 Thread Vladimir Elisseev
Version of 389-ds-base is 1.2.10.2. Regards, Vlad. On Tue, 2012-08-14 at 11:21 -0600, Rich Megginson wrote: On 08/14/2012 10:50 AM, Vladimir Elisseev wrote: Hello, I've problems for initializing replica from Admin console or using ldapmodify. Although, I'm able to initialize replica

Re: [389-users] problem initializing replica

2012-08-14 Thread Vladimir Elisseev
Sorry, here it is: 389-ds-base-1.2.10.2-18.el6_3.x86_64, the same for consumer and supplier. Regards, Vlad. On Tue, 2012-08-14 at 12:24 -0600, Rich Megginson wrote: On 08/14/2012 11:26 AM, Vladimir Elisseev wrote: Version of 389-ds-base is 1.2.10.2. What is the full version e.g. the output

Re: Refering to current message headers in mutt macros

2012-08-14 Thread Suvayu Ali
Hi Cameron, On Tue, Aug 14, 2012 at 08:38:45AM +1000, Cameron Simpson wrote: On 13Aug2012 23:04, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: | On Mon, Aug 13, 2012 at 09:24:56AM +1000, Cameron Simpson wrote: | | How do I say, run that command on the current message (or pipe it) | | inside

Accessing NTFS on an IDE drive through a USB external caddy

2012-08-14 Thread Gary Stainburn
Hi folks. 've got a WinXP system that's got stuffed by a virus. I've put a new HDD in and started a clean install and now I'm trying to use my (F17) Linux laptop to copy the files off the old HDD and scan them. However, when I connect the external USB caddy Linux fails to read the driver, as

Re: [389-users] Base plugin

2012-08-14 Thread Juan Carlos Camargo
Juan,I dont know of any plugin, but these days I'm giving a try to the lsc-project , it seems to fill some gaps in terms of fine grained attribute replication and modification. http://lsc-project.org/wiki/Regards!De: "Juan Asensio Sánchez" oke...@gmail.comPara: "General discussion list for the 389

Re: Failed Migration to Linux

2012-08-14 Thread Pasha R
On Tue, Aug 14, 2012 at 3:09 AM, Mike Flannigan mikef...@att.net wrote: On 8/13/2012 12:35 PM, users-requ...@lists.fedoraproject.org wrote: Well, I'm back to the party after dealing with a death in the family. Hope I'm not to let to help. Changing the workgroup? Where would you change

Re: Accessing NTFS on an IDE drive through a USB external caddy

2012-08-14 Thread Phil Savoie
On 08/14/2012 06:30 AM, Gary Stainburn wrote: Hi folks. 've got a WinXP system that's got stuffed by a virus. I've put a new HDD in and started a clean install and now I'm trying to use my (F17) Linux laptop to copy the files off the old HDD and scan them. However, when I connect the external

Anonymous samba share

2012-08-14 Thread Pasha R
I'm trying to create an anonymous samba share. I added line map to guest = Bad User to smb.conf and got it to work. But there is still minor annoyance: whenever someone accesses this share from windows, it still asks for user and password. Only after entering any garbage in user name, it allows

OT: problem with linking programs using lesstif

2012-08-14 Thread Joachim Backes
Hi, I have a problem with a program using lesstif: compiling OK, but problems with linking (x86_64 platform): gcc -o xmdemo xmdemo.o \ -lXm -lXt -lXpm -lXext -lX11 /usr/bin/ld: cannot find -lXpm collect2: error: ld returned 1 exit status gmake: *** [xmdemo] Error 1 On my box: ls -l

Re: OT: problem with linking programs using lesstif

2012-08-14 Thread Mark C. Allman
On Tue, 2012-08-14 at 13:51 +0200, Joachim Backes wrote: Hi, I have a problem with a program using lesstif: compiling OK, but problems with linking (x86_64 platform): gcc -o xmdemo xmdemo.o \ -lXm -lXt -lXpm -lXext -lX11 /usr/bin/ld: cannot find -lXpm collect2: error: ld

Re: Failed Migration to Linux

2012-08-14 Thread Mark Haney
On 08/13/2012 08:26 PM, Mike Flannigan wrote: On the home network thing, what exactly do you need a way to browse the Windows machines on your network?I have mine setup, but I tell you, I never use it. Granted, I'm more of a keyboard monkey, but virtually every method of file access I need

Re: OT: problem with linking programs using lesstif

2012-08-14 Thread Joachim Backes
On 08/14/2012 02:14 PM, Mark C. Allman wrote: On Tue, 2012-08-14 at 13:51 +0200, Joachim Backes wrote: Hi, I have a problem with a program using lesstif: compiling OK, but problems with linking (x86_64 platform): gcc -o xmdemo xmdemo.o \ -lXm -lXt -lXpm -lXext -lX11 /usr/bin/ld:

Re: Revisor error at build

2012-08-14 Thread Artifex Maximus
On Mon, Aug 13, 2012 at 6:38 PM, Bruno Wolff III br...@wolff.to wrote: On Mon, Aug 13, 2012 at 09:06:48 +, Artifex Maximus artife...@gmail.com wrote: I would like to build a customized installer image on my F17 i386. I've found out that revisor is for that task. I had problems with

Re: OT: problem with linking programs using lesstif

2012-08-14 Thread Tom Horsley
On Tue, 14 Aug 2012 14:36:51 +0200 Joachim Backes wrote: After making that link, the program links properly. That probably means you only have the lib package installed and not the devel package installed. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change

Re: libgmp.so.10

2012-08-14 Thread Patrick Dupre
On 2012-08-11 21:20, Jussi Lehtola wrote: On Fri, 10 Aug 2012 20:01:09 +0200 Patrick Dupre pdu...@kegtux.org wrote: On 2012-08-09 23:17, Jussi Lehtola wrote: Don't try to compile GMP. Compile GIAC instead. Just make sure you have all of the relevant development packages installed, i.e.,

Fedora 17 Crashes on fresh install

2012-08-14 Thread Jim
F17 / KDE It will crash when trying install. It will crash when your trying do yum update. There is no pattern as to when it will crash. When the crash happens it takes you back to a black screen with a lot of white print. Below is the last three lines of crash when I was trying to do a

[389-users] problem initializing replica

2012-08-14 Thread Vladimir Elisseev
Hello, I've problems for initializing replica from Admin console or using ldapmodify. Although, I'm able to initialize replica from LDIF file successfully. Below is a snip from errorlog: * snip start * [14/Aug/2012:15:09:04 +0200] NSMMReplicationPlugin -

Re: Fedora 17 Crashes on fresh install

2012-08-14 Thread Jim
On 08/14/2012 12:44 PM, Jim wrote: F17 / KDE It will crash when trying install. It will crash when your trying do yum update. There is no pattern as to when it will crash. When the crash happens it takes you back to a black screen with a lot of white print. Below is the last three lines

Best variant of Fedora for a Virtual Machine...?

2012-08-14 Thread And Kemp
Hi, I'm currently trying to study for the LPIC-1 Linux certification exam and part of it is to familiarize oneself with the different software management utilities. To this end I've tried to download and install 64-bit Fedora versions on a virtual machine. The version for Gnome just will

Re: Fedora 17 Crashes on fresh install

2012-08-14 Thread And Kemp
Hi Jim, From what I can see from the information you've provided, your installation really doesn't like your graphics card. From a quick Google search, it would appear that the 'NV40' in the error messages refers to a fairly old nVidia graphics card. As a new user of this forum I don't

Re: Best variant of Fedora for a Virtual Machine...?

2012-08-14 Thread And Kemp
Hi Joe, Thanks for the suggestion. I'm currently installing the DVD release of Fedora, so hopefully will be exposed to all IDEs. I can use the GUI to browse and copy files, but since I'm trying to prepare for Linux certification I'm trying to do everything via the keyboard (it's certainly

Re: Proposal request for ideas on naming Fedora releases.

2012-08-14 Thread Lailah
El sáb, 11-08-2012 a las 16:48 -0700, Joe Zeff escribió: Actually, I wouldn't think it a bad thing for a release named Bernhardt. Why? Because the very first fedora was designed to be part of costume for Sarah Bernhardt in the play Fedora in 1882 and started out strictly as a

Re: [389-users] problem initializing replica

2012-08-14 Thread Rich Megginson
On 08/14/2012 11:26 AM, Vladimir Elisseev wrote: Version of 389-ds-base is 1.2.10.2. Regards, Vlad. On Tue, 2012-08-14 at 11:21 -0600, Rich Megginson wrote: On 08/14/2012 10:50 AM, Vladimir Elisseev wrote: Hello, I've problems for initializing replica from Admin console or using ldapmodify.

Re: Proposal request for ideas on naming Fedora releases.

2012-08-14 Thread Jack Craig
On Mon, Aug 13, 2012 at 3:30 PM, Lailah lailah...@gmail.com wrote: ** El sáb, 11-08-2012 a las 16:48 -0700, Joe Zeff escribió: Actually, I wouldn't think it a bad thing for a release named Bernhardt. Why? Because the very first fedora was designed to be part of costume for Sarah

Re: Proposal request for ideas on naming Fedora releases.

2012-08-14 Thread Joe Zeff
On 08/13/2012 03:30 PM, Lailah wrote: Oh, I would love this name! Vote for it! Aside of this... I didn't knew that about Fedora and Sara Bernhardt. I always wondered for the very origin of the word Fedora? So did I, so I looked it up in Wikipedia instead of just wondering. HTH, HAND. --

Re: Best variant of Fedora for a Virtual Machine...?

2012-08-14 Thread Marko Vojinovic
On Tuesday, 14. August 2012. 13.17.58 And Kemp wrote: To practice prior to my exam I would like to be able to enter commands at the command line: obtaining (separate) terminal windows using KDE comes across as clunky (I usually use Ubuntu - sorry!). Whilst CNTRLALTF2 to enter a full terminal

Re: [389-users] problem initializing replica

2012-08-14 Thread Vladimir Elisseev
Rich, First of all thanks for helping me. Below is the error log and corresponding access and log entries. The strange thing is that I've done the same for o=netscaperoot successfully, but user data it fails. error log

Re: Best variant of Fedora for a Virtual Machine...?

2012-08-14 Thread And Kemp
Hi Marko, This is exactly the kind of stuff I was looking for - thanks! Best wishes, And. On 14/08/2012 5:03 PM, Marko Vojinovic wrote: On Tuesday, 14. August 2012. 13.17.58 And Kemp wrote: To practice prior to my exam I would like to be able to enter commands at the command line: obtaining

Re: Best variant of Fedora for a Virtual Machine...?

2012-08-14 Thread Joe Zeff
On 08/14/2012 02:03 PM, Marko Vojinovic wrote: I hope that you are aware that icons on a desktop is considered to be a Bad Idea (tm) that comes from the Windows world and eventually clutters an otherwise useful desktop space. I beg to differ. Icons on a desktop make it quick and easy to

Re: Fedora 17 Crashes on fresh install

2012-08-14 Thread Jim
On 08/14/2012 01:41 PM, And Kemp wrote: Hi Jim, From what I can see from the information you've provided, your installation really doesn't like your graphics card. From a quick Google search, it would appear that the 'NV40' in the error messages refers to a fairly old nVidia graphics card.

Re: Best variant of Fedora for a Virtual Machine...?

2012-08-14 Thread Marko Vojinovic
On Tuesday, 14. August 2012. 14.22.52 Joe Zeff wrote: On 08/14/2012 02:03 PM, Marko Vojinovic wrote: I hope that you are aware that icons on a desktop is considered to be a Bad Idea (tm) that comes from the Windows world and eventually clutters an otherwise useful desktop space. I beg to

Re: Accessing NTFS on an IDE drive through a USB external caddy

2012-08-14 Thread Eddie G. O'Connor Jr.
On 08/14/2012 07:07 AM, Phil Savoie wrote: On 08/14/2012 06:30 AM, Gary Stainburn wrote: Hi folks. 've got a WinXP system that's got stuffed by a virus. I've put a new HDD in and started a clean install and now I'm trying to use my (F17) Linux laptop to copy the files off the old HDD and

Re: Best variant of Fedora for a Virtual Machine...?

2012-08-14 Thread Joe Zeff
On 08/14/2012 04:38 PM, Marko Vojinovic wrote: I'd say that launchers are the most quick and easy way to launch programs. Of course, that is a matter of usecase. I tend to put every app in fullscreen or maximize its window, covering the whole desktop. Clearly a case of different strokes for

Re: Proposal request for ideas on naming Fedora releases.

2012-08-14 Thread Eddie G. O'Connor Jr.
On 08/14/2012 04:40 PM, Joe Zeff wrote: On 08/13/2012 03:30 PM, Lailah wrote: Oh, I would love this name! Vote for it! Aside of this... I didn't knew that about Fedora and Sara Bernhardt. I always wondered for the very origin of the word Fedora? So did I, so I looked it up in Wikipedia

Re: Best variant of Fedora for a Virtual Machine...?

2012-08-14 Thread Eddie G. O'Connor Jr.
On 08/14/2012 05:03 PM, Marko Vojinovic wrote: On Tuesday, 14. August 2012. 13.17.58 And Kemp wrote: To practice prior to my exam I would like to be able to enter commands at the command line: obtaining (separate) terminal windows using KDE comes across as clunky (I usually use Ubuntu -

Re: Proposal request for ideas on naming Fedora releases.

2012-08-14 Thread Joe Zeff
On 08/14/2012 06:11 PM, Eddie G. O'Connor Jr. wrote: On 08/14/2012 04:40 PM, Joe Zeff wrote: On 08/13/2012 03:30 PM, Lailah wrote: Oh, I would love this name! Vote for it! Aside of this... I didn't knew that about Fedora and Sara Bernhardt. I always wondered for the very origin of the word

Re: Proposal request for ideas on naming Fedora releases.

2012-08-14 Thread David
On 8/14/2012 9:11 PM, Eddie G. O'Connor Jr. wrote: On 08/14/2012 04:40 PM, Joe Zeff wrote: On 08/13/2012 03:30 PM, Lailah wrote: Oh, I would love this name! Vote for it! Aside of this... I didn't knew that about Fedora and Sara Bernhardt. I always wondered for the very origin of the word

Re: Proposal request for ideas on naming Fedora releases.

2012-08-14 Thread Joe Zeff
On 08/14/2012 06:20 PM, David wrote: I like it*much* better than The Ruptured Duck or Got the Trots Dog. If you're looking for names out of history, there are worse names than The Ruptured Duck. It was, after all, the name of the B25 bomber flown by Lt. Ted W. Lawson in the Doolittle

Re: Proposal request for ideas on naming Fedora releases.

2012-08-14 Thread David
On 8/14/2012 9:43 PM, Joe Zeff wrote: On 08/14/2012 06:20 PM, David wrote: I like it*much* better than The Ruptured Duck or Got the Trots Dog. If you're looking for names out of history, there are worse names than The Ruptured Duck. It was, after all, the name of the B25 bomber flown by

Re: Proposal request for ideas on naming Fedora releases.

2012-08-14 Thread David
On 8/14/2012 9:43 PM, Joe Zeff wrote: On 08/14/2012 06:20 PM, David wrote: I like it*much* better than The Ruptured Duck or Got the Trots Dog. If you're looking for names out of history, there are worse names than The Ruptured Duck. It was, after all, the name of the B25 bomber flown by

Re: Proposal request for ideas on naming Fedora releases.

2012-08-14 Thread Joe Zeff
On 08/14/2012 07:23 PM, David wrote: Gee Joe. You studied history in school too? :-) No I was not. Yes, but that's not how I knew the name. I'm an early boomer (and my sister is a late war-baby) and back in the '50s, that movie was on TV fairly frequently, along with a large number of

configure postfix to drop e-mail

2012-08-14 Thread Tommy Pham
Hi, I have a need to test network throughput for SMTP traffic on Fedora and I'd like to configure postfix to accept incoming e-mail from clients and drop them. How can I go about that? TIA, Tommy -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: How to search for large files 1Gigabyte via command line

2012-08-14 Thread NOSpaze
On Mon, 2012-08-13 at 20:41 +0100, Aaron Gray wrote: On 13 August 2012 19:53, Jack Craig jack.craig.ap...@gmail.com wrote: du -ahx * | sort -rh | head -30 Kinda same approach with find, just for files... find . -type f -print0 | xargs -0 du -h | sort -hr | head -30 Greets! -- users