Your message dated Sun, 13 Apr 2008 20:34:27 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Package removed from the archive
has caused the Debian Bug report #415437,
regarding Error: Unrecognised keyword
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
415437: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415437
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: tac-plus
Version: 1:4.0.4.alpha-14
When I put more than on "group" definition in tacacs.conf, I get the
following error (when running tac_plus -P) :
group Error: Unrecognised keyword group for user on line 16
The 30th line defines the second group.
For example, the following configuration file will be OK :
##################### working config file ##################
key=something
accounting file = /var/log/tac-plus/accounting
user = $enab15$ {
login = cleartext "spicegirls"
}
user = me1 {
member = rw
}
group = rw {
default service = permit
login = pam
}
########################################################
The following one raises the mentionned error:
################### NOT working config file #################
key=something
accounting file = /var/log/tac-plus/accounting
user = $enab15$ {
login = cleartext "spicegirls"
}
user = me1 {
member = rw
}
user = me2 {
member = ro
}
group = rw {
default service = permit
login = pam
}
group = ro {
default service = permit
login = pam
}
##########################################################
--- End Message ---
--- Begin Message ---
tac-plus has been removed from the Debian archive, so I am closing its
bugs.
Ana
--- End Message ---