YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • FileUtils
  • Pam
  • Popup
  • Progress
  • Report
  • Summary

Global Variables

Global Functions

Info:

File: modules/FingerprintReader.ycp Package: Configuration of fingerprint-reader Summary: FingerprintReader settings, input and output functions Authors: Jiri Suchomel

$Id: FingerprintReader.ycp 57774 2009-06-26 13:23:34Z jsuchome $

global modified -> boolean

Data was modified?

global required_packages -> list<string>

Required packages for this module to operate

global write_only -> boolean

Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.

global use_pam -> boolean

if Fingerprint Reader authentication is enabled

global import_dir -> string

Directory with fingerprint files that should be imported

global ReadFingerprintReaderDevices () -> list

Get the list of fingerprint readers

global CryptedHomesEnabled () -> boolean

If pam_mount is enabled, pam_fp cannot be used (bnc#390810)

global Read () -> boolean

Read all fingerprint-reader settings

Return value:
true on success
global Write () -> boolean

Write all fingerprint-reader settings

Return value:
true on success
global Import (map settings) -> boolean

Get all fingerprint-reader settings from the first parameter (For use by autoinstallation.)

Parameters:
settings The YCP structure to be imported.
Return value:
True on success
global Export () -> map

Dump the fingerprint-reader settings to a single map (For use by autoinstallation.)

Return value:
Dumped settings (later acceptable by Import ())
global Summary () -> list

Create a textual summary and a list of unconfigured cards

Return value:
summary of the current configuration
global ShortSummary () -> string

Create a short textual summary

Return value:
summary of the current configuration
global AutoPackages () -> map

Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.

Return value:
with 2 lists.