Yealink Forums

Full Version: T48S Autoprovision admin password
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I would like to know how to auto provision the admin password on the T48S.

I'm running firmware 66.83.0.35.

I've created a mac specific .boot file, phone general .cfg and phone specific .cfg.

TFTP server returns all three files:

Jun 12 12:38:07 voip3 in.tftpd[17710]: RRQ from 192.168.91.90 filename 805ec00116cd.boot
Jun 12 12:38:07 voip3 in.tftpd[17711]: RRQ from 192.168.91.90 filename y000000000065.cfg
Jun 12 12:38:07 voip3 in.tftpd[17712]: RRQ from 192.168.91.90 filename 805ec00116cd.cfg

In my y000000000065.cfg file I have the following (as a result of various attempts to set admin password):

Code:
#!version:1.0.0.1

##File header "#!version:1.0.0.1" can not be edited or deleted, and must be placed in the first line.##

static.security.user_name.admin = admin:<my_chosen_password>
static.security.user_password = admin:<my_chosen_password>
security.user_password = admin:<my_chosen_password>
security.user_name.admin = admin:<my_chosen_password>

None of these seem to do the trick.

Can you please let me know what the correct syntax is or suggest what I may be doing wrong?

Thanks

Steve
(06-12-2018 11:48 AM)srcurtis Wrote: [ -> ]Hi

I would like to know how to auto provision the admin password on the T48S.

I'm running firmware 66.83.0.35.

I've created a mac specific .boot file, phone general .cfg and phone specific .cfg.

TFTP server returns all three files:

Jun 12 12:38:07 voip3 in.tftpd[17710]: RRQ from 192.168.91.90 filename 805ec00116cd.boot
Jun 12 12:38:07 voip3 in.tftpd[17711]: RRQ from 192.168.91.90 filename y000000000065.cfg
Jun 12 12:38:07 voip3 in.tftpd[17712]: RRQ from 192.168.91.90 filename 805ec00116cd.cfg

In my y000000000065.cfg file I have the following (as a result of various attempts to set admin password):

Code:
#!version:1.0.0.1

##File header "#!version:1.0.0.1" can not be edited or deleted, and must be placed in the first line.##

static.security.user_name.admin = admin:<my_chosen_password>
static.security.user_password = admin:<my_chosen_password>
security.user_password = admin:<my_chosen_password>
security.user_name.admin = admin:<my_chosen_password>

None of these seem to do the trick.

Can you please let me know what the correct syntax is or suggest what I may be doing wrong?

Thanks

Steve

Hi,

Please try this syntax in the config file:
Code:
#!version:1.0.0.1

##File header "#!version:1.0.0.1" can not be edited or deleted, and must be placed in the first line.##

security.user_name.admin = admin
security.user_password = admin:<my_chosen_password>

Hope this will help.
Hi Frank

It turns out that I was being an idiot editing my general.cfg file on the wrong server!

I can confirm that your provided parameters work just fine for setting the admin password.

Sorry to have troubled you.

Best regards

Steve
(06-12-2018 01:21 PM)srcurtis Wrote: [ -> ]Hi Frank

It turns out that I was being an idiot editing my general.cfg file on the wrong server!

I can confirm that your provided parameters work just fine for setting the admin password.

Sorry to have troubled you.

Best regards

Steve

Hi Steve,

It was no trouble at all and I’m glad to read you have solved the issue.
Reference URL's