Re: Custom User Attributes

2019-02-20 Thread Nick Couchman
On Wed, Feb 20, 2019 at 3:20 AM Dennis wrote: > Thanks for your fast reply. > That way I can only attach this attribute temporarily to the user object, > right?(maybe i misunderstood the concept of decorate) > It should be possible to edit this attribute(stored in the DB) via the > guacamole

Re: Custom User Attributes

2019-02-20 Thread Dennis
Thanks for your fast reply. That way I can only attach this attribute temporarily to the user object, right?(maybe i misunderstood the concept of decorate) It should be possible to edit this attribute(stored in the DB) via the guacamole backend(edit user, new user) My solution atm: I've

Re: Custom User Attributes

2019-02-19 Thread Nick Couchman
On Tue, Feb 19, 2019 at 9:11 AM Dennis wrote: > Hi again, > > is there an easy way to add additional user attributes to guacamole, which > can be edited or set if I create a new user?(Need an additional attribute > for my custom authentication extension) > > You'll want to "decorate" the user

Custom User Attributes

2019-02-19 Thread Dennis
Hi again, is there an easy way to add additional user attributes to guacamole, which can be edited or set if I create a new user?(Need an additional attribute for my custom authentication extension) Thanks.