I have used the below function to get the email addresses from the NIS.
I'm the values in a single array element.So please let me know how to get that from an array
yp_cat(yp_get_default_domain(),"mail.aliases");
Array ( [xcsverk] => ramana.kodumuri@xcs.com [xcssrta] => sravanthi.tadepalli@xcs.com [xcssram] => sriram.j@xcs.com)
So how should i get the values for a particular user for example xcssram.
Vamsi
Fetch the value from a single array element
Moderator: General Moderators