[Freeipa-users] Re: Make custom attribute fail in UI and SAVE Button

2017-11-09 Thread Pavel Vomacka via FreeIPA-users
On 11/09/2017 10:34 AM, barry...@gmail.com wrote: The will disappear after saved pressed . it will chnage to in ldap but the UI field blank not store. Now I understand, thank you. Could you please show me how you specified this new option in python code? Or you can check API

[Freeipa-users] Re: Make custom attribute fail in UI and SAVE Button

2017-11-09 Thread Pavel Vomacka via FreeIPA-users
On 11/09/2017 09:18 AM, barry...@gmail.com wrote: Now work at certain area limitation: It can update successfully  BUT no view on UI  , then I tried replace "textarea" as before it come a big field but also no view my result. ( but it really updated) Could you please reformulate it? I'm not

[Freeipa-users] Re: Make custom attribute fail in UI and SAVE Button

2017-11-09 Thread Pavel Vomacka via FreeIPA-users
On 11/09/2017 09:00 AM, barry...@gmail.com wrote: Add like this ...now the label gone nothing shown.  section.fields.push({   flags: ['w_if_no_aci']    $type: 'multivalued',    name: 'comDate',   label: 'Commencement Date'     }); Yes, that's because of missing colon at the end of

[Freeipa-users] Re: Make custom attribute fail in UI and SAVE Button

2017-11-08 Thread Pavel Vomacka via FreeIPA-users
On 11/09/2017 08:36 AM, barry...@gmail.com wrote: Same Like this Lable no field no edit no save but fine in command base ...any different freeipa4.0 vs 3.0 procedure? Do you have IPA 4.x ? Or which version? Try to add following line into the specification of your new field: flags:

[Freeipa-users] Re: Make custom attribute fail in UI and SAVE Button

2017-11-08 Thread Pavel Vomacka via FreeIPA-users
On 11/08/2017 07:29 AM, barrykfl--- via FreeIPA-users wrote: Hi, Dear all: I follow the guide of freeipa 3.0 abt web plugin web ui. At command base I successfully  made a custom attribute called Employee " Commencement Date" . I can add using script / command. BUT in web UI , it Display

[Freeipa-users] Re: Adding new attribute in the user add dialog

2017-09-04 Thread Pavel Vomacka via FreeIPA-users
On 09/04/2017 07:54 AM, Prashant M. Bapat via FreeIPA-users wrote: Hi All, Hi Prashant, I wanted to add a custom attribute to user. I followed the freeipa extension guide here http://www.freeipa.org/images/5/5b/FreeIPA33-extending-freeipa.pdf So far I have add this to the LDAP schema

[Freeipa-users] Re: Cannot access Web UI after IPA upgrade to 4.5

2017-08-09 Thread Pavel Vomacka via FreeIPA-users
On 08/08/2017 02:03 PM, Gustavo Berman via FreeIPA-users wrote: Pavel, Thanks for the help, that solved the problem. Now I can access the web ui. I'm glad that it works again. The upgrade took place yesterday and it was a release upgrade from rhel 7.3 (last update was last week) to rhel 7.4

[Freeipa-users] Re: Cannot access Web UI after IPA upgrade to 4.5

2017-08-08 Thread Pavel Vomacka via FreeIPA-users
Hello Gustavo, On 08/07/2017 04:20 PM, Gustavo Berman via FreeIPA-users wrote: Hi there, Today we upgraded to the latest IPA 4.5, log says it upgraded just fine, ipa seems to authenticate allright, but web ui fails with: Operations Error Some operations failed.

[Freeipa-users] Re: Cannot access Web UI after IPA upgrade to 4.5

2017-08-08 Thread Pavel Vomacka via FreeIPA-users
On 08/07/2017 07:01 PM, Gustavo Berman via FreeIPA-users wrote: Hello Pavel On Mon, Aug 7, 2017 at 12:40 PM, Pavel Vomacka > wrote: Hello Gustavo, From what I can see, the issue would be PROTOCOL ERROR in whoami command. Could

[Freeipa-users] Re: Extended Schema attributes missing

2017-08-04 Thread Pavel Vomacka via FreeIPA-users
Hello, On 08/03/2017 10:12 PM, Kristian Petersen via FreeIPA-users wrote: The customizations that define the additions to the schema appear to be in the javascript file /usr/share/ipa/ui/js/plugins/chemuser/chemuser.js. It defines the additional fields we use that are causing us so much