directory
Hello, How can I grant permission 'directoriesManagementAccess' to group diffrent from Administrator and power users? In fact I want to add new entries to a vocabulary using Directoy.CreateVocabulryEntry operation but I got this message on ...
0 votes
2 answers
0 comments
959 views
Is there a way to append vocabulary entries using extension point or script? I know that I can add new entries in the Web UI manually, but I need to append new entries in already existing vocabulary by my custom bundle. This bundle will be deployed ...
1 votes
1 answers
1 comments
1141 views
Hello, I am trying to create a new vocabulary extracting the data from a table I have in my database, but I am having problems with operations like “Directory.Suggestion”, and with methods like “formatDirectory()“. The problem is my table doesn't ...
1 votes
1 answers
1 comments
1661 views
Hello, While setting up our Nuxeo LTS2015 Test server we've realized that Nuxeo does not have a proper LDAPS client behavior (whereas it's fine wile using the LDAP protocol). Our LDAP servers logs show Nuxeo performing a new LDAP Bind for each ...
0 votes
1 answers
0 comments
2614 views
For security purposes, I would like to fetch extra multi valued information attached to the user schema. The information is coming from another database that is already configured in Nuxeo for other directories. I m already using a multiDirectory ...
0 votes
0 answers
0 comments
1835 views
I have the following columns in a view id VARCHAR2(40)
exercice VARCHAR2(40)
label VARCHAR2(40)
ordering NUMBER
obsolete NUMBER
comm_reference VARCHAR2(50)
comm_libelle VARCHAR2(500)
comm_date_creation VARCHAR2(19)
utilisateur VARCHAR2(50) that I ...
0 votes
1 answers
0 comments
1833 views
Hi, I wish to filter dynamically the results returned by the widget “ single directory suggestion ” using javascript select2 class. I saw in your tutorial we could use “ inline javascript ” expressions called by “ Formatter Suggestion ” or “ ...
1 votes
3 answers
0 comments
4333 views
Hi it is possible to filter parents in the vocabulary directory used by a widget (suggestion) How can I filter entries in this directory ? Especially in hierarchical vocabulary, if I want all children entries for a given parent. It seems that, out ...
0 votes
2 answers
0 comments
3317 views
In studio, it seems impossible to declare a custom vocabulary (not based on the single data source). So I choose an arbitrary vocabulary and give in custom properties my directoryName (test) The bundle is generated as expected <properties ...
0 votes
1 answers
0 comments
2428 views
I'm using a posix openLdap as backend for user and groups. user creation, deletion and other operation works associating user with groups, editing groups, and deleting groups work when I try to create a group, it fails with: gidNumber: value #0 ...
0 votes
0 answers
0 comments
4658 views
Hello, I'm configuring a Nuxeo and I would like to be able to get my LDAP groups in Nuxeo but it doesn't work… The LDAP authentification works fine but they always match in “members” group and I would like they match to their LDAP group. So I sent ...
0 votes
1 answers
0 comments
2689 views
Hello, I'd like to know if there an operation (chain operation) to create directories recursively before create the final document (the leaf) Example : I have to create the document with path : /worksapce_root/folder1/folder2/folder3/mydoc. Nuxeo ...
0 votes
2 answers
0 comments
2018 views
I'm trying to add a new field to groups and a new relationship to a new directory/schema for a MySQL Nuxeo schema, but the new column is never added to the MySql table. I've tried dropping the schema and going through the wizard and now the groups, ...
0 votes
1 answers
0 comments
3983 views
Hi, I configured a directory with property autoincrementIdField set to true : <directory name="category"> <schema>schemacategory</schema> <dataSource>java:/nxsqldirectory</dataSource> ...
0 votes
1 answers
3 comments
2989 views
I'm trying to create a new user directory. The data comes from a bespoke SQL Server 2008 database, exposed as a view named “vUser”. I've declared a datasource in a separate file, stored as Nuxeo/nxserver/config/sqlds-config.xml: <component ...
0 votes
0 answers
5 comments
2292 views