2.2.16 Server Specification List String

A Server Specification List String is a UNICODE string that specifies a set of directory servers. The following Augmented Backus-Naur Form (ABNF) notation defines the format of this string.

 <server-spec-list> = *(<server-spec> ",") <server-spec>
  
 <server-spec> = <support-IP> <support-IPX> <name>
  
 <support-IP> = "0" / "1"
 ; "0" if the server does not support IP addressing
 ; "1" if the server supports IP addressing
  
 <support-IPX> = "0" / "1"
 ; "0" if the server does not support IPX addressing
 ; "1" if the server supports IPX addressing
  
  
 <name> = <DNS name of a directory server, expressed as a Unicode string>
  

<name> is the DNS name of a directory server as specified in [RFC1034].