Re: Ass(et) protection for mobile users

2018-10-18 Thread Rupert Gallagher
Interesting trick here. I'll study it.

Thank you!

On Thu, Oct 18, 2018 at 10:48, Aki Tuomi  wrote:

> Ensure your config looks like
>
> namespace SOME_NAME_HERE {
>
> ...
>
> }
>
> Make a postlogin script which exports
>
> export NAMESPACE/SOME_NAME_HERE/HIDDEN=true USERDB_KEYS="$USERDB_KEYS 
> NAMESPACE/SOME_NAME_HERE/HIDDEN"
>
> Or somehow export this from passdb/userdb as 
> (userdb_)namespace/some_name_here/hidden=true
>
> Aki
>
> On 18.10.2018 10.18, Rupert Gallagher wrote:
>
>> Connections from anything other than LAN.
>>
>> On Thu, Oct 18, 2018 at 08:49, Aki Tuomi  wrote:
>>
>>> On 18.10.2018 9.48, Rupert Gallagher wrote:
 Hello!

 Is it possible to hide the public folder when the user is on its
 mobile phone?
>>> How would you know this?
>>>
>>> Aki

Re: Ass(et) protection for mobile users

2018-10-18 Thread Aki Tuomi
Ensure your config looks like

namespace SOME_NAME_HERE {

    ...

}

Make a postlogin script which exports

export NAMESPACE/SOME_NAME_HERE/HIDDEN=true USERDB_KEYS="$USERDB_KEYS
NAMESPACE/SOME_NAME_HERE/HIDDEN"

Or somehow export this from passdb/userdb as
(userdb_)namespace/some_name_here/hidden=true

Aki


On 18.10.2018 10.18, Rupert Gallagher wrote:
> Connections from anything other than LAN. 
>
>
>
> On Thu, Oct 18, 2018 at 08:49, Aki Tuomi  > wrote:
>>
>> On 18.10.2018 9.48, Rupert Gallagher wrote:
>> > Hello!
>> >
>> > Is it possible to hide the public folder when the user is on its
>> > mobile phone?
>> How would you know this?
>>
>> Aki
>>


Re: Ass(et) protection for mobile users

2018-10-18 Thread Rupert Gallagher
On motivation, our public folder is a shared folder with sensitive business 
content, is has too many subfolders for a mobile client, and an accidental 
operation like deleting or moving would break everybody's business for hours.

On Thu, Oct 18, 2018 at 08:49, Aki Tuomi  wrote:

> On 18.10.2018 9.48, Rupert Gallagher wrote:
>> Hello!
>>
>> Is it possible to hide the public folder when the user is on its
>> mobile phone?
> How would you know this?
>
> Aki

Re: Ass(et) protection for mobile users

2018-10-18 Thread Rupert Gallagher
Connections from anything other than LAN.

On Thu, Oct 18, 2018 at 08:49, Aki Tuomi  wrote:

> On 18.10.2018 9.48, Rupert Gallagher wrote:
>> Hello!
>>
>> Is it possible to hide the public folder when the user is on its
>> mobile phone?
> How would you know this?
>
> Aki

Re: Ass(et) protection for mobile users

2018-10-18 Thread Rupert Gallagher
Foreign IP.

On Thu, Oct 18, 2018 at 08:49, Aki Tuomi  wrote:

> On 18.10.2018 9.48, Rupert Gallagher wrote:
>> Hello!
>>
>> Is it possible to hide the public folder when the user is on its
>> mobile phone?
> How would you know this?
>
> Aki

Re: Ass(et) protection for mobile users

2018-10-18 Thread Aki Tuomi


On 18.10.2018 9.48, Rupert Gallagher wrote:
> Hello!
>
> Is it possible to hide the public folder when the user is on its
> mobile phone?
How would you know this?

Aki