Lines Matching refs:rad

37 import rad.client as rad
42 RAD_PATH_AFUNIX_AUTH = "/system/volatile/rad/radsocket"
43 RAD_PATH_AFUNIX_UNAUTH = "/system/volatile/rad/radsocket-unauth"
52 rad.recordmarking.RecordMarkingSocket. """
82 # and let rad die on its own, but reaching in and doing
95 rad.recordmarking.RecordMarkingSocket. """
125 # build the rad commandline command with the given options.
145 cmd = [_map_path(root, "/usr/lib/rad/rad"),
146 "-M", _map_path(root, "/usr/lib/rad/transport/mod_pipe.so"),
147 "-M", _map_path(root, "/usr/lib/rad/protocol/mod_proto_rad.so")]
153 cmd.extend(["-m", _map_path(root, "/usr/lib/rad/module"),
154 "-m", _map_path(root, "/usr/lib/rad/site-modules")])
167 # Connect to a privately spawned copy of rad
219 rad.client.RadConnection: a connection to RAD
222 return rad.RadConnection(p, locale = locale)
225 # Connect to the local rad daemon via the standard unix domain socket
257 rad.client.RadConnection: a connection to RAD
262 return rad.RadConnection(s, locale = locale)
265 # Connect to a remote rad daemon at the standard port
299 rad.client.RadConnection: a connection to RAD
302 return rad.RadConnection(s, locale = locale)
305 # Connect to a non-global zone's local (unix domain socket) rad daemon, through
306 # an established rad connection to its global zone.
314 rc rad.client.RadConnection, Connection to a global zone
323 zio_name = rad.Name("com.oracle.solaris.rad.zonesbridge",
339 rc rad.client.RadConnection, Connection to a global zone
346 rad.client.RadConnection: a connection to RAD
349 return rad.RadConnection(s, locale = locale)
357 AUTH_NAME = rad.Name("com.oracle.solaris.rad.pam",
384 types = rad.get_types(self._auth)