[389-users] Migrating from openldap/slapd to 389

2015-05-14 Thread Bobby Krupczak
Hi!

Hey, I'm sure you guys are tired of folks asking this question but
I've spent the last day searching the InterWebs and still have
questions.

I'm fixing to switch from openldap/slapd to 389 for ldap
authentication for linux and samba clients.  I want to run the 389 dir
service on the same system as slapd.

- Is the switch as simple as turning on the 389 server, turning off
  slapd, and importing my user account objects into 389 via a ldif?

- If I'm only using slapd for standard login accounts and passwords,
  do I still need to import any schemas from slapd?  (It looks like
  389 has the same basic schemas)

- I've used slapcat and ldapsearch to create ldif files of my user
  objects.  Do I need to munge these ldif entries in order to import
  them into 389?

- I didnt see specific instructions for enabling and turning on the
  web admin interface for 389.  Is it turned on automatically when I
  start 389 server?

- Is the switch transparent to linux/unix ldap clients or will I need
  to go re-configure them?

Thanks,

Bobby



pgpOrTmmC8_6v.pgp
Description: PGP signature
--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: Is this usb wifi plug supported?

2015-05-14 Thread Heinz Diehl
On 14.05.2015, Erik P. Olsen wrote: 

 The OP hasn't bought it yet :)

Hell, you're right! Sorry :-)

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


SV: Is this usb wifi plug supported?

2015-05-14 Thread birger
Impossible to say without knowing which chip set it uses. And manufacturers 
sometimes don't tell you that because they want to be able to switch if a 
different chip becomes cheaper.

With kind regards
Birger

 jd1008 skrev 

I am considering buying such a plug.
It is described as:
Mini AC600 High Performance 2.4GHz 5GHz Dual Band WiFi Wireless USB Adapter
Features:
100% Brand New and High Quality
This AC600 dual band adapter delivers powerful wireless AC technology to your
desktop or notebook computer.
Simply plug the adapter into an available USB port and connect to a wireless
network to access a secure,high speed internet connection --2.4GHz or 5GHz .
And with integrated dual band technology , you’ll have reduced Wi-Fi 
interference
to maximize throughput for faster streaming ,gaming ,and Skype calls .
Support 802.11ac standard-- the next generation of wifi.
Backward compatible with 802.11 a/b/g/n products.
Ultra fast AC600 (433+150Mbps) wireless speed with 802.11 ac.
Maximum speed up to 5Ghz 433Mbps or 2.4Ghz 150Mbps.
Dual band connections for lag-free HD video streaming and gaming.
Easy wireless security encryption at a push of the WPS button.

I found it at:
http://www.ebay.com/itm/Mini-AC600-High-Performance-2-4GHz-5GHz-Dual-Band-WiFi-Wireless-USB-Adapter-D-/231558327591?pt=LH_DefaultDomain_0hash=item35e9f3ad27

Thanx for any helpful info.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: [389-users] Migrating from openldap/slapd to 389

2015-05-14 Thread Mark Reynolds

Hi Bobby,

See comments below...

On 05/14/2015 09:24 AM, Bobby Krupczak wrote:

Hi!

Hey, I'm sure you guys are tired of folks asking this question but
I've spent the last day searching the InterWebs and still have
questions.

I'm fixing to switch from openldap/slapd to 389 for ldap
authentication for linux and samba clients.  I want to run the 389 dir
service on the same system as slapd.

- Is the switch as simple as turning on the 389 server, turning off
   slapd, and importing my user account objects into 389 via a ldif?
Sort of.  You need to make sure that the 389 DS is correctly configured, 
and the LDIF files are imported.


https://access.redhat.com/documentation/en-US/Red_Hat_Directory_Server/9.0/html/Administration_Guide/Configuring_Directory_Databases.html#Configuring_Directory_Databases-Creating_and_Maintaining_Suffixes

https://access.redhat.com/documentation/en-US/Red_Hat_Directory_Server/9.0/html/Administration_Guide/Configuring_Directory_Databases.html




- If I'm only using slapd for standard login accounts and passwords,
   do I still need to import any schemas from slapd?  (It looks like
   389 has the same basic schemas)
This depends.  An easy to verify this is to just try to import the 
LDIF(s).  If you don't see any schema/objectlcass errors then you know 
you are good to go.  You can check the errors log for this 
(/var/log/dirsrv/slapd-INSTANCE/errors).





- I've used slapcat and ldapsearch to create ldif files of my user
   objects.  Do I need to munge these ldif entries in order to import
   them into 389?

You can specify multiple ldif files when using the ldif2db command:

https://access.redhat.com/documentation/en-US/Red_Hat_Directory_Server/9.0/html/Administration_Guide/Populating_Directory_Databases.html#Populating_Directory_Databases-Importing_Data

You might need to set access permission on your database as well (like 
anonymous access, etc).


https://access.redhat.com/documentation/en-US/Red_Hat_Directory_Server/9.0/html/Administration_Guide/Managing_Access_Control.html


- I didnt see specific instructions for enabling and turning on the
   web admin interface for 389.  Is it turned on automatically when I
   start 389 server?
This is the 389-admin/389-console package, it is separate from the 
389-ds-base package


https://access.redhat.com/documentation/en-US/Red_Hat_Directory_Server/9.0/html/Administration_Guide/admin-server.html


- Is the switch transparent to linux/unix ldap clients or will I need
   to go re-configure them?

I'm not sure, I don't think you will need to do anything.

Regards,
Mark


Thanks,

Bobby



--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: Is this usb wifi plug supported?

2015-05-14 Thread Erik P. Olsen
On 2015-05-14 at 08:07:43 Heinz Diehl wrote:

 On 14.05.2015, jd1008 wrote: 
 
  Mini AC600 High Performance 2.4GHz 5GHz Dual Band WiFi Wireless USB
  Adapter
 
 Can you please post the output of lsusb -v for this adapter?
 

The OP hasn't bought it yet :)

-- 
Regards
Erik P. Olsen
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Is this usb wifi plug supported?

2015-05-14 Thread Heinz Diehl
On 14.05.2015, jd1008 wrote: 

 Mini AC600 High Performance 2.4GHz 5GHz Dual Band WiFi Wireless USB Adapter

Can you please post the output of lsusb -v for this adapter?

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: pdftk

2015-05-14 Thread Heinz Diehl
On 13.05.2015, Ranjan Maitra wrote: 

 You can only wait for a few more weeks while the alternative
 pdf-stapler is approved.

Or you can use poppler-utils, and you could also install F19 (the latest Fedora 
with a working
pdftk) on an USB stick. That's what I did to tailor my documents. It's quite
time-consuming and error-prone to use pdfseparate to remove some leading pages
from a document, which pdftk does in one single action..

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Javascript / AJAX / Textarea problem

2015-05-14 Thread Gary Stainburn
I've simplified this to:

form.config.value=mary\r\nhad\r\na\r\nlittle\r\nlamb;
form.config.value=mary\nhad\na\nlittle\nlamb;
form.config.value=marybr /hadbr /abr /littlebr /lamb;


The form is:

form name=clientConfigForm id=clientConfigForm method=post
onsubmit='baculaClientConfigUpdate(); return false;'
input type=hidden name=client value='' /
textarea name=config wrap=off style='width: 100%; height:440px; 
overflow: auto; white-space: nowrap;'/textarea
br /
input type=submit value=Update /
/form


as suggested all over the place, but in all cases, the text still appears on 
one line

On Thursday 14 May 2015 10:42:35 Gary Stainburn wrote:
 Hi folks,

 At some point the following code stopped working properly, but I don't know
 when.

 Now when I try it, both on Firefox and IE all of the text appears on the
 first line. I've checked the source text and it has newline characters
 (I've also changed them to CRLF which made no change).

 When I update form.config.value the contents are correct and contain the \n
 when inspected using FireBug, but they appear wrong with everything on one
 line.

 Anyone got a clue how to fix this for both Firefox and IE.  I've found
 loads of stuff on Google, except the answer

 Gary

   AjaxRequest(/hardware/ajax+debug+.html?baculaClientConfig=+name,
  function(xmlHttp) {
if(xmlHttp.readyState==4) {
  var form = document.getElementById(clientConfigForm);
  if (form)
form.config.value=xmlHttp.responseText;
}
  },false);



-- 
Gary Stainburn
Group I.T. Manager
Ringways Garages
http://www.ringways.co.uk 
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How To preserve file attributes (chattr/lsattr) when copy it to another location

2015-05-14 Thread Dario Lesca
Il giorno mar, 12/05/2015 alle 17.24 +0200, poma ha scritto:
  
  There is a way to copy all attribute?
 
 http://unix.stackexchange.com/questions/118840/preserving-extended-attributes-with-cp-rsync
 

From the article:
 I think the bottom line is that using system namespace values is
 currently buggy and/or unsupported, at least in Debian and probably
 other distros too. Likely the rsync developers know this, which is why
 they ignore them.

Then, if I have understood, is NOT possible to save and restore the
extended (chattr/lsattr) attribute with rsync o cp ... or whatever
backup command.

Instead the acls are saved and restored correctly.

Then, the only solution is use some shell script to know where are use
and chattr it after restore.

Is this true?

Many thanks.

-- 
Dario Lesca
(inviato dal mio Linux Fedora 21 con Gnome 3.14)


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Solved - Re: Javascript / AJAX / Textarea problem

2015-05-14 Thread Gary Stainburn
Thanks for the help. The problem was that I had added 

white-space: nowrap;

to the style to try to prevent word-wrap. Instead I should have added

wrap=off

to the textarea object


On Thursday 14 May 2015 11:35:38 Gary Stainburn wrote:
 I've simplified this to:

 form.config.value=mary\r\nhad\r\na\r\nlittle\r\nlamb;
 form.config.value=mary\nhad\na\nlittle\nlamb;
 form.config.value=marybr /hadbr /abr /littlebr /lamb;


 The form is:

 form name=clientConfigForm id=clientConfigForm method=post
   onsubmit='baculaClientConfigUpdate(); return false;'
 input type=hidden name=client value='' /
 textarea name=config wrap=off style='width: 100%; height:440px;
   overflow: auto; white-space: nowrap;'/textarea
 br /
 input type=submit value=Update /
 /form


 as suggested all over the place, but in all cases, the text still appears
 on one line

 On Thursday 14 May 2015 10:42:35 Gary Stainburn wrote:
  Hi folks,
 
  At some point the following code stopped working properly, but I don't
  know when.
 
  Now when I try it, both on Firefox and IE all of the text appears on the
  first line. I've checked the source text and it has newline characters
  (I've also changed them to CRLF which made no change).
 
  When I update form.config.value the contents are correct and contain the
  \n when inspected using FireBug, but they appear wrong with everything on
  one line.
 
  Anyone got a clue how to fix this for both Firefox and IE.  I've found
  loads of stuff on Google, except the answer
 
  Gary
 
AjaxRequest(/hardware/ajax+debug+.html?baculaClientConfig=+name,
   function(xmlHttp) {
 if(xmlHttp.readyState==4) {
   var form = document.getElementById(clientConfigForm);
   if (form)
 form.config.value=xmlHttp.responseText;
 }
   },false);

 --
 Gary Stainburn
 Group I.T. Manager
 Ringways Garages
 http://www.ringways.co.uk



-- 
Gary Stainburn
Group I.T. Manager
Ringways Garages
http://www.ringways.co.uk 
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Javascript / AJAX / Textarea problem

2015-05-14 Thread Gary Stainburn
Hi folks,

At some point the following code stopped working properly, but I don't know 
when.

Now when I try it, both on Firefox and IE all of the text appears on the first 
line. I've checked the source text and it has newline characters (I've also 
changed them to CRLF which made no change).

When I update form.config.value the contents are correct and contain the \n  
when inspected using FireBug, but they appear wrong with everything on one 
line.

Anyone got a clue how to fix this for both Firefox and IE.  I've found loads 
of stuff on Google, except the answer

Gary

  AjaxRequest(/hardware/ajax+debug+.html?baculaClientConfig=+name,
 function(xmlHttp) {
   if(xmlHttp.readyState==4) {
 var form = document.getElementById(clientConfigForm);
 if (form)
   form.config.value=xmlHttp.responseText;
   }
 },false);
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


missing font

2015-05-14 Thread Ranjan Maitra
Hi,

I am missing a font with an update: Fixed 16 (this is a very old font, but I 
have always liked it so have stuck with it). Which package has it?

I am using Fedora 21.

Many thanks and best wishes,
Ranjan


-- 
Important Notice: This mailbox is ignored: e-mails are set to be deleted on 
receipt. Please respond to the mailing list if appropriate. For those needing 
to send personal or professional e-mail, please use appropriate addresses.


GET FREE 5GB EMAIL - Check out spam free email with many cool features!
Visit http://www.inbox.com/email to find out more!


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org