- add pin descriptions

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@489 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2002-04-08 09:27:48 +00:00
parent 517395b2eb
commit 6e3a42fba0
1 changed files with 20 additions and 0 deletions

View File

@ -11,6 +11,26 @@ cardinfo {
max-pin-length = 8;
}
# Define reasonable limits for PINs and PUK
# Note that we do not set a file path or reference
# for the user pin; that is done dynamically.
PIN user-pin {
attempts = 3;
}
PIN user-puk {
attempts = 7;
}
PIN so-pin {
auth-id = FF;
attempts = 2;
min-length = 6;
flags = 0x32;
}
PIN so-puk {
attempts = 4;
min-length = 6;
}
filesystem {
DF MF {
path = 3F00;