|
From: Andy C. <and...@gm...> - 2016-10-18 13:55:55
|
Gautam, Since the users are not relevant to local use, but for IPMI LAN, that information is included in the 'ipmiutil lan' output. The idea was to have one place to go for all IPMI LAN-related configuration information. It looks like this below with 'ipmiutil lan -c', note user 2 with access=IPMI, priv=Admin, username=ADMIN. Channel 1 User 1 Access | Reserved () Channel 1 User 2 Access | IPMI, Admin (ADMIN) Channel 1 User 3 Access | Reserved () Channel 1 User 4 Access | Reserved () Channel 1 User 5 Access | Reserved () But since you couldn't find it easily, we need to make some modifications. Either: 1) Use an output format more like ipmitool if the '-c' option is specified 2) Add a 'user' option 3) Make this easier to find in the help/documentation. Right now, I'm reluctant to do (2) because of the one-place-to-go approach, but obviously we need (3). For (1), what do you think about the current output? Check it out on your system. Does it need clarification? Andy On Tue, Oct 18, 2016 at 8:23 AM, gautam kumar <sar...@gm...> wrote: > Hi, > I want to know if there is any command in ipmiutil tool which would give the > list of usernames along with their corresponding user IDs. May be something > like: > > ID Name Callin Link Auth IPMI Msg Channel Priv Limit > 1 false false true ADMINISTRATOR > 2 admin false false true ADMINISTRATOR > 3 random true false true ADMINISTRATOR > > > Note: The above info was retrieved with the help of ipmitool using command, > "ipmitool user list" > > Thanks, > Gautam > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > ipmiutil-developers mailing list > ipm...@li... > https://lists.sourceforge.net/lists/listinfo/ipmiutil-developers > |