Configure the Authentication Renewal Period

Applies To: Windows Server 2008

Configuring the authentication renewal period

  • Using the Windows interface

  • Using the command prompt

To configure how often authentication is renewed using the Windows interface

  1. Open Services for Network File System: click Start, point to Programs, point to Administrative Tools, and then click Services for Network File System (NFS).

  2. If necessary, connect to the computer you want to manage.

  3. Right-click Server for NFS, and then click Properties.

  4. Click the Server Settings tab.

  5. Do one of the following:

    • To prevent Server for NFS from periodically renewing authentication, click Do not renew authentication.

    • To configure Server for NFS to renew authentication periodically, click Renew authentication every: and type how many seconds will elapse before authentication will be renewed. The default is 600 seconds.

  6. Click Apply.

Additional references

To configure how often authentication is renewed using the command prompt

  1. Open the command prompt with elevated privileges.

    1. Click the Start button, and click All Programs.

    2. Click Accessories.

    3. Right-click the command prompt, and click Run as administrator.

  2. To configure Server for NFS to renew authentication periodically, type the following at the command prompt:

    nfsadmin server [ComputerName] config renewauth=yes

    **nfsadmin server [ComputerName] config renewauthinterval=**seconds

  3. To configure Server for NFS to not renew authentication periodically, type the following at the command prompt:

    nfsadmin server [ComputerName] config renewauth=no

    Argument Description

    ComputerName

    The name of the computer you want to configure.

    seconds

    The number of seconds that will elapse before authentication is renewed. The default is 600.

Note

To view the complete syntax for this command, at a command prompt, type: nfsadmin server /?

Additional references