jpsider / RestPS

Simple ReST Framework for Powershell
MIT License
114 stars 30 forks source link

Examples AclList #37

Closed Lichtsinnig closed 2 years ago

Lichtsinnig commented 4 years ago

Write examples of using AclList. It’s not clear from the description how to configure this.

jpsider commented 4 years ago

Are you using windows or linux?

Lichtsinnig commented 4 years ago

@jpsider

Вы используете Windows или Linux? windows

jpsider commented 4 years ago

Can you translate? if the question is can you run this on Linux, the answer is YES!

jpsider commented 4 years ago

in the 'bin' directory is a function called 'Get-RestAclList' That is where I get the data to check the user. Ideally, you would create your own logic in 'Get-RestAclList' to create your own ACL list. Does that help?

Lichtsinnig commented 4 years ago

I am using windows. How do i configure acl? Write an example