[ansible-project] Ansible raw module cisco error

2017-07-03 Thread David Zheng
I have issue with issue command via raw module against cisco device ansible r1 -m raw -a "show vlan brief" SSH password: r1 | SUCCESS | rc=0 >> Line has invalid autocommand "show vlan brief" But "show ver/show clock" works fine -- You received this message because you are subscribed to the

[no subject]

2014-09-28 Thread David Zheng
Please reply for a probate claim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[no subject]

2014-09-28 Thread David Zheng
Please reply for a probate claim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: What does login() and logout() actually do?

2011-12-30 Thread David Zheng
Thanks. On Fri, Dec 30, 2011 at 4:55 PM, Mario Gudelj <mario.gud...@gmail.com>wrote: > Hey, > > All that code is in django.contrib.auth. The login() function is is in > views.py in that directory. > > Cheers, > > > > On 31 December 2011 11:34, David Zheng <

Re: What does login() and logout() actually do?

2011-12-30 Thread David Zheng
Yeah, that's what i want. Thanks. On Fri, Dec 30, 2011 at 4:50 PM, Sebastian Goll <sebastian.g...@gmx.de>wrote: > On Fri, 30 Dec 2011 16:34:13 -0800 (PST) > David Zheng <dg83...@gmail.com> wrote: > > > Does anyone know where can I find the source code of the login(

What does login() and logout() actually do?

2011-12-30 Thread David Zheng
Hi, all. In Django Document - User authentication in Django, it talks about how to log a user in and out. But I really what to know what happens under the hood when calling the functions login() and logout(). There is little content concerned with this topic. I've read almost every article or