[389-users] Announcing 389 Directory Server 1.3.8.4

2018-06-21 Thread Mark Reynolds


   389 Directory Server 1.3.8.4

The 389 Directory Server team is proud to announce 389-ds-base version 
1.3.8.4


Fedora packages are available on Fedora 27.

https://koji.fedoraproject.org/koji/taskinfo?taskID=27769199 



https://bodhi.fedoraproject.org/updates/FEDORA-2018-84c640b8fa 



The new packages and versions are:

 * 389-ds-base-1.3.8.4-1

Source tarballs are available for download at Download 
389-ds-base Source 




 Highlights in 1.3.8.4

 * Bug fixes


 Installation and Upgrade

See Download  for 
information about setting up your yum repositories.


To install, use *yum install 389-ds* yum install 389-ds After install 
completes, run *setup-ds-admin.pl* if you have 389-admin installed, 
otherwise please run *setup-ds.pl* to set up your directory server.


To upgrade, use *yum upgrade* yum upgrade After upgrade completes, run 
*setup-ds-admin.pl -u* if you have 389-admin installed, otherwise please 
run *setup-ds.pl* to update your directory server/admin 
server/console information.


See Install_Guide 
 for more 
information about the initial installation, setup, and upgrade


See Source  
for information about source tarballs and SCM (git) access.



 Feedback

We are very interested in your feedback!

Please provide feedback and comments to the 389-users mailing list: 
https://lists.fedoraproject.org/admin/lists/389-users.lists.fedoraproject.org


If you find a bug, or would like to see a new feature, file it in our 
Pagure project: https://pagure.io/389-ds-base


 * Bump version to 1.3.8.4
 * Ticket 49751 - passwordMustChange attribute is not honored by a RO
   consumer if using “Chain on Update”
 * Ticket 49734 - Fix various issues with Disk Monitoring
 * Ticket 49788 - Fixing 4-byte UTF-8 character validation

___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org/message/N3RRKHTGEDHUHNCJE2RLL7FYXDBQ376H/


[389-users] Re: Master-slave replication procedure

2018-06-21 Thread Michal Medvecky
So I experimented with that and the most reliable option is to write an entry 
to one of masters and then wait until entries appear on all replicas.

Btw the other thing I changed is that I ran tests over VMs instead of 
containers (bcz. I was unable to run syslog in my container env) - for real 
services we use VMs only, but for running automated tests, I was always using 
containers.

Michal

> 20. 6. 2018 v 20:51, Mark Reynolds :
> 
> Michal,
> 
> You can check these attributes in the agmt:
> 
> nsds5replicalastinitend
> 
> nsds5replicalastinitstatus
> 
> These are probably more accurate for what you are trying to do.
> 
> Regards,
> 
> Mark
___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org/message/DHXZKMPQMOJTD35JNLQBNUF6PMXRI3R7/


[389-users] Re: Problem trying to use REST api

2018-06-21 Thread Mark Reynolds
Sorry we never fully implemented a REST API, that project has been put 
on hold indefinitely.  Maybe for we can do it in RHEL 8.1/8.2 (Fedora 
30/31), but no promises (we are always accepting contributions though).


Also 389-console and admin server are being deprecated in F28, and 
probably being completely removed in F29.  We are using a Cockpit plugin 
to provide our new WEB UI.


Regards,
Mark


On 06/21/2018 07:34 AM, Iván Rodríguez Conde wrote:

Hi.

My name is Ivan. I’m trying to use 389ds’ rest api but all the queries I’ve 
made haver returned a “404 Not Found” answer. I’ve made simple queries like:

curl -X GET -G "http://localhost:9830/v1/suffix;

I have installed both 389 directory server and admin server, both properly 
working in my local machine (Fedora 28). Directory server is accessible from 
port 389 and admin server is accessible from port 9830.
I’d really appreciate if you could guide me or give me some tips about what can 
I do in order to make it work.

Thanks in advance for your attention. Regards
___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org/message/GC5IBKQXNI2ATATLV4CKB5Y5IWZF4OGS/

___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org/message/X7JMYX725YVERB272UXHE5AY6CGDVT6D/


[389-users] Problem trying to use REST api

2018-06-21 Thread Iván Rodríguez Conde
Hi.

My name is Ivan. I’m trying to use 389ds’ rest api but all the queries I’ve 
made haver returned a “404 Not Found” answer. I’ve made simple queries like:

curl -X GET -G "http://localhost:9830/v1/suffix;

I have installed both 389 directory server and admin server, both properly 
working in my local machine (Fedora 28). Directory server is accessible from 
port 389 and admin server is accessible from port 9830. 
I’d really appreciate if you could guide me or give me some tips about what can 
I do in order to make it work. 

Thanks in advance for your attention. Regards
___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org/message/GC5IBKQXNI2ATATLV4CKB5Y5IWZF4OGS/