Sometimes I need to create dummy "nodes", and or dummy "users" for testing, or for demonstrating PacketFence functionality to various delegated administrators, or the help desk.
In this case it becomes necessary to completely delete the dummy node/user from the database afterward. If I try it from the GUI it gives the following error: Error! The node can't be delete because it's still active. So I try from the CLI: mysql -p -u pf pf mysql> delete mac from node where mac = '001122334455'; But I get the error below: ERROR 1109 (42S02): Unknown table 'mac' in MULTI DELETE Does anyone know a better method? Thanks, Curtis Larsen University of Utah Wireless Network Engineer ------------------------------------------------------------------------------ Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce _______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
