Forum Discussion
Aaron_McMahon_2
Nimbostratus
Aug 01, 2007Auth Partitions
I like the idea of auth partitioning and I did a quick test in iControl to see if it would filter a list of virtual servers down to only those that have been assigned to a particular auth account. Us...
Oct 17, 2008
I wish I could help you with PHP but I'm a complete noob with it. Actually, I'm not even a noob as I've never really coded with PHP at all.
What I can tell you is that get_partition_list method returns an array of AuthZPartition structures which is defined as:
struct AuthZParition {
string partition_name;
string description;
}
In your echo code you are trying to echo a structure which could likely be the issue. You'll need to access the "partition_name" and "description" fields separately.
-Joe
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
