Re: [PacketFence-users] Configuring users via web service

2015-03-10 Thread Nicola Canepa
Thank you very much. I tried some commands, and I got “200 OK” as an answer and an empty “result”, but nothing hapened on the DB. For example (from Linux, with cURL): curl -kv -u `awk -F= '/^\[/ { ws=0; } ; /^\[webservices\]/ {ws=1} ; /^user/ { if (ws == 1) { username=$2 ; }} ; /^pass/ {if

[PacketFence-users] Difference between Vlan $ inline enforcement

2015-03-10 Thread anand
Sorry for basic question: Please help me to configure PF in my running setup, i got web interface and after moving forward it requires types like managment,isolation,registration. 1.please tell me do i have to go through web interface configuration or 1st i have to provide the information

Re: [PacketFence-users] Configuring users via web service

2015-03-10 Thread Durand fabrice
Hello Nicola, Le 2015-03-10 12:31, Nicola Canepa a écrit : Thank you very much. I tried some commands, and I got “200 OK” as an answer and an empty “result”, but nothing hapened on the DB. For example (from Linux, with cURL): curl -kv -u `awk -F= '/^\[/ { ws=0; } ; /^\[webservices\]/